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