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:
@@ -1,4 +1,5 @@
|
|||||||
<script lang="ts" setup>
|
<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 ResizeControl from './ResizeControl.vue'
|
||||||
import type { ControlLinePosition, ControlPosition, NodeResizerProps, ResizeDragEvent, ResizeEventParams } from './types'
|
import type { ControlLinePosition, ControlPosition, NodeResizerProps, ResizeDragEvent, ResizeEventParams } from './types'
|
||||||
import { ResizeControlVariant } from './types'
|
import { ResizeControlVariant } from './types'
|
||||||
|
|||||||
Reference in New Issue
Block a user