Skip to content

Commit deeb73c

Browse files
author
Hwashiang Yu
committed
MC-877: Could not save button text without focusing out of live edit
- Changed debounce wait time to 300ms
1 parent 374a7b8 commit deeb73c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/binding/live-edit.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/binding/live-edit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ko.bindingHandlers.liveEdit = {
126126
range.collapse(true);
127127
selection.removeAllRanges();
128128
selection.addRange(range);
129-
}, 1000).call(this);
129+
}, 300).call(this);
130130
};
131131

132132
/**

0 commit comments

Comments
 (0)