mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
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…
x
Reference in New Issue
Block a user