refactor(svelte): elevate nodes by default

This commit is contained in:
moklick
2023-08-17 11:04:58 +02:00
parent 9e5d94291c
commit c0f04b2c71
2 changed files with 2 additions and 1 deletions
@@ -96,6 +96,7 @@
class:draggable
class:connectable
class:parent={isParent}
style:z-index={zIndex}
style:transform="translate({positionOrigin?.x ?? 0}px, {positionOrigin?.y ?? 0}px)"
{style}
on:click={onSelectNodeHandler}