mirror of
https://github.com/whyour/qinglong.git
synced 2025-12-14 07:58:12 +08:00
Changes before error encountered
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
This commit is contained in:
parent
e1b903b6db
commit
829727ad33
|
|
@ -21,12 +21,12 @@ export function useEditorProps(
|
|||
twoWayConnection: true,
|
||||
initialData,
|
||||
nodeRegistries,
|
||||
plugins: [
|
||||
createFreeSnapPlugin(),
|
||||
createFreeLinesPlugin(),
|
||||
createFreeNodePanelPlugin(),
|
||||
createMinimapPlugin(),
|
||||
createPanelManagerPlugin(),
|
||||
plugins: () => [
|
||||
createFreeSnapPlugin({}),
|
||||
createFreeLinesPlugin({}),
|
||||
createFreeNodePanelPlugin({}),
|
||||
createMinimapPlugin({}),
|
||||
createPanelManagerPlugin({}),
|
||||
],
|
||||
onChange: (data) => {
|
||||
console.log('Workflow changed:', data);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user