feat(core): add init hook
This commit is contained in:
@@ -30,6 +30,7 @@ export function createHooks(): FlowHooks {
|
||||
clickConnectStart: createExtendedEventHook(),
|
||||
clickConnectEnd: createExtendedEventHook(),
|
||||
paneReady: createExtendedEventHook(),
|
||||
init: createExtendedEventHook(),
|
||||
move: createExtendedEventHook(),
|
||||
moveStart: createExtendedEventHook(),
|
||||
moveEnd: createExtendedEventHook(),
|
||||
|
||||
Reference in New Issue
Block a user