refactor(svelte): elevate nodes by default
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user