feat: Add revue-draggable
refactor: remove vue-draggable * couple of prop default changes
This commit is contained in:
+2
-2
@@ -526,12 +526,12 @@ export const WrapNodeProps = {
|
||||
xPos: {
|
||||
type: Number as PropType<WrapNodeProps['xPos']>,
|
||||
required: false,
|
||||
default: undefined
|
||||
default: 0
|
||||
},
|
||||
yPos: {
|
||||
type: Number as PropType<WrapNodeProps['yPos']>,
|
||||
required: false,
|
||||
default: undefined
|
||||
default: 0
|
||||
},
|
||||
isSelectable: {
|
||||
type: Boolean as PropType<WrapNodeProps['isSelectable']>,
|
||||
|
||||
Reference in New Issue
Block a user