Disable a section in scroll-unit ?

Hello

I use the Scroll-Unit. I know how to disable events. But is there a way to disable the whole section or making something like an alert when the user click in this section? Sometimes a section is not available and i need to mark this … however :slight_smile:

Thank you

Hello,

From the code point of view there is nothing special with the section what we can use. So you need to work with events.
Clicking on the section does nothing but double clicking may create new event. In such case just check section id and whom it belong to - and if it is blocked section - show alert and remove created event.

Kind regards,
Ilya