refactor(core): use pointer evts in pane and prevent cancel of selection

This commit is contained in:
braks
2024-07-01 09:44:55 +02:00
committed by Braks
parent ea75f8aac0
commit 4effbb0008
2 changed files with 60 additions and 71 deletions
@@ -403,6 +403,7 @@ export default {
<div ref="viewportRef" class="vue-flow__viewport vue-flow__container">
<Pane
:is-selecting="isSelecting"
:selection-key-pressed="selectionKeyPressed"
:class="{ connecting: !!connectionStartHandle, dragging: paneDragging, draggable: shouldPanOnDrag }"
>
<Transform>