refactor(edges): Make edge updating optional
* add an option to enable edge updating globally * pass an option to an edge to enable updating for a single edge Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -65,6 +65,7 @@ const toggleclasss = () => {
|
||||
@connect="onConnect"
|
||||
@node-drag-stop="onNodeDragStop"
|
||||
@node-click="onElementClick"
|
||||
@edge-update="log"
|
||||
@load="onLoad"
|
||||
>
|
||||
<MiniMap />
|
||||
|
||||
Reference in New Issue
Block a user