fix(EditorStore): remove duplicate names

This commit is contained in:
xzdry 2022-11-01 09:30:19 +08:00
parent a27da9a1f1
commit ba263bbee1

View File

@ -80,7 +80,6 @@ export class EditorStore {
setComponents: action,
setHoverComponentId: action,
setDragOverComponentId: action,
setHoverComponentId: action,
});
this.eventBus.on('selectComponent', id => {