refactor(core): remove unnecessary keys

This commit is contained in:
braks
2024-02-05 07:51:12 +01:00
committed by Braks
parent 662c5fd998
commit 97f4a17f83
2 changed files with 1 additions and 4 deletions
@@ -12,7 +12,6 @@ import { getMousePosition } from './utils'
const { isSelecting } = defineProps<{ isSelecting: boolean }>()
const {
id,
vueFlowRef,
getNodes,
getEdges,
@@ -252,7 +251,6 @@ export default {
<template>
<div
ref="container"
:key="`pane-${id}`"
class="vue-flow__pane vue-flow__container"
:class="{ selection: isSelecting }"
@click="onClick"