fix(core): set handle connectable undefined as default
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,7 @@ import type { HandleProps } from '../../types/handle'
|
|||||||
|
|
||||||
const {
|
const {
|
||||||
position = Position.Top,
|
position = Position.Top,
|
||||||
connectable,
|
connectable = undefined,
|
||||||
connectableStart = true,
|
connectableStart = true,
|
||||||
connectableEnd = true,
|
connectableEnd = true,
|
||||||
id,
|
id,
|
||||||
|
|||||||
Reference in New Issue
Block a user