fix(core): set handle connectable undefined as default

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-07 19:48:22 +02:00
committed by Braks
parent 79140e99c2
commit d659d48279
@@ -5,7 +5,7 @@ import type { HandleProps } from '../../types/handle'
const {
position = Position.Top,
connectable,
connectable = undefined,
connectableStart = true,
connectableEnd = true,
id,