chore(node-resizer): add todo msg for adding a plugin

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-09 20:21:38 +01:00
committed by Braks
parent d883ed782a
commit 49d6f452b3

View File

@@ -1,4 +1,5 @@
<script lang="ts" setup>
// todo: add plugin to emit resize events via vue flow store; requires plugin API to be added to core
import ResizeControl from './ResizeControl.vue'
import type { ControlLinePosition, ControlPosition, NodeResizerProps, ResizeDragEvent, ResizeEventParams } from './types'
import { ResizeControlVariant } from './types'