chore: lint files

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-11 20:28:02 +02:00
committed by Braks
parent 554ebebd13
commit 56e911c1e7
9 changed files with 231 additions and 227 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ export default {
ref="container"
:key="`pane-${id}`"
class="vue-flow__pane vue-flow__container"
:class="[{ selection: isSelecting }]"
:class="{ selection: isSelecting }"
@click="onClick"
@contextmenu="onContextMenu"
@wheel.passive="onWheel"