Replies: 1 comment
-
|
Hi, There’s no option to disable this reset on mousedown. The only workaround is to save and restore the selection manually (as you’re already doing with onDragStart / onDragEnd), but you can’t prevent the framework itself from clearing it. 💬 If Foblex Flow has been helpful — a GitHub star is always appreciated 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Each time you click outside the graph, the selection is cleared. I want this to happen when you click, but not when you drag. For now, I use the DragStarted output to save my selection and reset it after DragEnded.
However, the selection is now removed and then set back. Is there a way to stop fFlow from deleting the selection by default on mousedown?
Beta Was this translation helpful? Give feedback.
All reactions