mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
fix: fix the problem that the default setter is not registered successfully
This commit is contained in:
parent
aa7287842b
commit
2f69837002
@ -63,7 +63,7 @@ async function registryInnerPlugin(designer: Designer, editor: Editor, plugins:
|
||||
// 注册一批内置插件
|
||||
await plugins.register(OutlinePlugin, {}, { autoInit: true });
|
||||
await plugins.register(componentMetaParser(designer));
|
||||
await plugins.register(setterRegistry, {}, { autoInit: true });
|
||||
await plugins.register(setterRegistry, {});
|
||||
await plugins.register(defaultPanelRegistry(editor));
|
||||
await plugins.register(builtinHotkey);
|
||||
await plugins.register(registerDefaults, {}, { autoInit: true });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user