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
fix(deps): remove timsort (#1946)
Up to the ECMAScript standard `Array.sort` is stable and all the
browsers that we polyfill already implement it that way so we don't need
timsort anymore.
fix(interaction): initialize selection or dragging/paning but never b…
…oth (#1833)
When shift was pressed and the drag started on a node both would be
initialized. Afterwads dragging moved the node and drag end finished the
selection leaving the node fixed and unable to be drag again.
fix(interaction-handler): commit selection change on drag start (#1740)
It was changed but not commited with lead to issues like sometimes the wrong node being moved when dragging.
Co-authored-by: Yotam Berkowitz <[email protected]>
feat(interaction-handler): add the ability to skip highlight when bin… (
#1537)
* feat(interaction-handler): add the ability to skip highlight when bindToWindow is false
* feat(interaction-handler): add skipHighlight to the docs
* refactor(interaction-handler): rename skipHighlight to autoFocus that defaults to true
Co-authored-by: Matan Sar-Shalom <[email protected]>
Co-authored-by: Tomina <[email protected]>