Example
I have a node with an entry port. This entry port, if not being connected to another port, needs a default value. For our case, we want to use a dropdown to allow the user to select from an available range of options as the default value.
However, if the user scrolls with the mouse while doing so, the whole canvas will scroll.
Necessity
How can I ensure that the scroll only happens if and only if the user isn't selecting sub-items (e.g. using a Behavior, an onscroll-like event, etc)
Example
I have a node with an entry port. This entry port, if not being connected to another port, needs a default value. For our case, we want to use a dropdown to allow the user to select from an available range of options as the default value.
However, if the user scrolls with the mouse while doing so, the whole canvas will scroll.
Necessity
How can I ensure that the scroll only happens if and only if the user isn't selecting sub-items (e.g. using a Behavior, an onscroll-like event, etc)