mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-02-17 17:40:31 +08:00
fix(EditorStore): remove duplicate names
This commit is contained in:
parent
a27da9a1f1
commit
ba263bbee1
@ -80,7 +80,6 @@ export class EditorStore {
|
||||
setComponents: action,
|
||||
setHoverComponentId: action,
|
||||
setDragOverComponentId: action,
|
||||
setHoverComponentId: action,
|
||||
});
|
||||
|
||||
this.eventBus.on('selectComponent', id => {
|
||||
|
Loading…
Reference in New Issue
Block a user