mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-25 22:30:08 -04:00
FIX: somehow button is not set
This commit is contained in:
parent
1359a02128
commit
da26aae41e
1 changed files with 1 additions and 1 deletions
|
@ -1420,7 +1420,7 @@
|
|||
|
||||
inputBox.focus();
|
||||
|
||||
if (button.textOp) {
|
||||
if (button && button.textOp) {
|
||||
|
||||
if (undoManager) {
|
||||
undoManager.setCommandMode();
|
||||
|
|
Loading…
Add table
Reference in a new issue