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
I think, it may be a good idea to add guideline support when nodes are moved with arrow keys. Because, alignment with arrow keys may be easier in some cases.
The text was updated successfully, but these errors were encountered:
@ugurdogrusoz The main problem is when to clear the guidelines: too quick - user can't see them clearly, little slower - they become annoying (like tooltips).
We will need to listen position event (right now, we listen for drag event). Since position event is triggered in many cases, without a proper check (which will probably include many corner cases) performance will be effected too.
Do you know any graph editor (or another similar app) which shows guidelines while moving with arrow keys?
I think, it may be a good idea to add guideline support when nodes are moved with arrow keys. Because, alignment with arrow keys may be easier in some cases.
The text was updated successfully, but these errors were encountered: