feat(svelte): make selection draggable
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{#if isVisible}
|
||||
<div
|
||||
class="react-flow__selection"
|
||||
style={`width: ${width}px; height: ${height}px;transform: translate(${x}px, ${y}px)`}
|
||||
style={`width: ${width}px; height: ${height}px; transform: translate(${x}px, ${y}px)`}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user