rename selection wrapper
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
{#if store.selectionRectMode === 'nodes' && bounds && isNumeric(bounds.x) && isNumeric(bounds.y)}
|
{#if store.selectionRectMode === 'nodes' && bounds && isNumeric(bounds.x) && isNumeric(bounds.y)}
|
||||||
<div
|
<div
|
||||||
class="selection-wrapper nopan"
|
class="svelte-flow__selection-wrapper nopan"
|
||||||
style:width={toPxString(bounds.width)}
|
style:width={toPxString(bounds.width)}
|
||||||
style:height={toPxString(bounds.height)}
|
style:height={toPxString(bounds.height)}
|
||||||
style:transform="translate({bounds.x}px, {bounds.y}px)"
|
style:transform="translate({bounds.x}px, {bounds.y}px)"
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.selection-wrapper {
|
.svelte-flow__selection-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user