Skip to content

Commit 2f69837

Browse files
liujupingJackLian
authored andcommitted
fix: fix the problem that the default setter is not registered successfully
1 parent aa72878 commit 2f69837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/engine/src/engine-core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function registryInnerPlugin(designer: Designer, editor: Editor, plugins:
6363
// 注册一批内置插件
6464
await plugins.register(OutlinePlugin, {}, { autoInit: true });
6565
await plugins.register(componentMetaParser(designer));
66-
await plugins.register(setterRegistry, {}, { autoInit: true });
66+
await plugins.register(setterRegistry, {});
6767
await plugins.register(defaultPanelRegistry(editor));
6868
await plugins.register(builtinHotkey);
6969
await plugins.register(registerDefaults, {}, { autoInit: true });

0 commit comments

Comments
 (0)