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 {
|
||||
position = Position.Top,
|
||||
connectable,
|
||||
connectable = undefined,
|
||||
connectableStart = true,
|
||||
connectableEnd = true,
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user