mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
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
Block a user