feat: add draghandle prop to node
* specify a drag handle on the node Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -160,6 +160,7 @@ export default {
|
||||
<template>
|
||||
<DraggableCore
|
||||
cancel=".nodrag"
|
||||
:handle="props.node.dragHandle"
|
||||
:disabled="!draggable"
|
||||
:scale="scale"
|
||||
:grid="props.snapGrid"
|
||||
|
||||
Reference in New Issue
Block a user