Skip to content

Commit 5118a74

Browse files
committed
temporary fix for undo feature. previously would undo every character you type into create component input field
1 parent 726fe42 commit 5118a74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const ignoredActions = new Set([
1515
'setActiveComponent',
1616
'setActiveLayer',
1717
'upOneLayer',
18-
'setActiveHTML'
18+
'setActiveHTML',
19+
'updateComponentNameInputValue'
1920
])
2021
2122
let redoMixin = {

0 commit comments

Comments
 (0)