React Scheduler > `timeRangeSelectedHandling: 'Disabled` does not register click on timeline canvas
10 months ago.
Hi,
The scheduler has this setting timeRangeSelectedHandling set to Disabled to prevent user from creating the rectangle range in the attached image.
I am using reactstrap’s Popover to anchor a popover (ie: menu option) over a timeline’s item and using `react-onclickoutside` package to determine if there is an outside click to close the popover.
However, with Disabled, it seems the scheduler doesn’t register the click on the timeline canvas as an outside click. It works when `timeRangeSelectedHandling` is set to Enabled.
Can you provide guidance? Thank you!
DayPilot