mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
Fix clear input on action
This commit is contained in:
@ -43,7 +43,6 @@
|
||||
|
||||
if (event.keyCode === 13 && !event.shiftKey) {
|
||||
window.Asc.plugin.sendToPlugin("onHelperAction", input.value);
|
||||
input.value = '';
|
||||
return;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user