mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +00:00
fix: fix the problem caused by the default metadataTransducer registration timing being too late
This commit is contained in:
parent
810ccbd03e
commit
a42f538b06
@ -66,7 +66,7 @@ async function registryInnerPlugin(designer: Designer, editor: Editor, plugins:
|
||||
await plugins.register(setterRegistry, {}, { autoInit: true });
|
||||
await plugins.register(defaultPanelRegistry(editor));
|
||||
await plugins.register(builtinHotkey);
|
||||
await plugins.register(registerDefaults);
|
||||
await plugins.register(registerDefaults, {}, { autoInit: true });
|
||||
}
|
||||
|
||||
const innerWorkspace = new InnerWorkspace(registryInnerPlugin, shellModelFactory);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user