FIX: somehow button is not set
This commit is contained in:
parent
1359a02128
commit
da26aae41e
|
@ -1420,7 +1420,7 @@
|
|||
|
||||
inputBox.focus();
|
||||
|
||||
if (button.textOp) {
|
||||
if (button && button.textOp) {
|
||||
|
||||
if (undoManager) {
|
||||
undoManager.setCommandMode();
|
||||
|
|
Loading…
Reference in New Issue