You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying on-click action always launches the action even though I just want to move the node. Very annoying.
A hover event implementation (similar to click action) on the nodes would eliminate this issue.
Applying on-click action always launches the action even though I just want to move the node. Very annoying.
A hover event implementation (similar to click action) on the nodes would eliminate this issue.
Thanks for the feedback, I can see how an hover event might be useful and will consider it in a future release.
The current on click event should not prevent you from moving the node, although if of course will depend on what you implement in the on click microflow. How I often approach it myself is by putting the widget in an dataview, give the object of this dataview an association to the node object, and then on the click event set the clicked node associated to the context object. If you then on your page page put an additional dataview that retrieves its data by this association, you can get a context window with the information of the node you clicked.
I've updated and added the test project to showcase this approach.
It would really be helpful if you implemented a hover event on the nodes that would display text from a list of node attributes.
The text was updated successfully, but these errors were encountered: