refactor(core): show regular pointer if pane isn't draggable
This commit is contained in:
@@ -228,6 +228,6 @@ export default {
|
||||
<Transform>
|
||||
<slot />
|
||||
</Transform>
|
||||
<SelectionPane :class="{ dragging: isDragging }" />
|
||||
<SelectionPane :class="{ dragging: isDragging, draggable: panOnDrag }" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user