Commit Graph
10 Commits
Author SHA1 Message Date
braks 16bf89f2b7 chore(changeset): add 2023-02-16 19:48:27 +01:00
braks 1be6dfa8e3 feat(core): add option to enable/disable replacing id when updating an edge 2023-02-16 19:48:27 +01:00
braks 0d259b0285 chore(changeset): add 2023-02-07 12:59:07 +01:00
braks 54509aa562 fix(core): avoid edge update if not using left mouse btn 2023-02-07 12:58:24 +01:00
braks 3d65627de5 chore(core): cleanup node filter fn 2023-02-06 14:06:27 +01:00
braks 23424ea675 chore(changeset): add 2023-02-06 11:14:27 +01:00
braks 806c1dfa77 feat(core): add nodes option to fitView
# What's changed?

- Add `nodes` option to `fitView`
- Allows `fitView` to only fit around a certain set of specified nodeIds
2023-02-06 11:13:33 +01:00
braks 383a074aea chore(changeset): add 2023-02-06 00:57:49 +01:00
braks 1d3126e4fe fix(core): check if prevClosestHandle exists in onPointerUp 2023-02-06 00:56:23 +01:00
BraksandGitHub d0efd5b791 fix(drag): set dragging to false on drag end
# What's changed?

* Set `dragging` to `false` on drag end event

# Fixes
* #2183
2022-05-27 23:53:33 +02:00