Skip to content

Commit 467750f

Browse files
Load editor since it is no longer in scope
After previous changes, editor is no longer available, so load it.
1 parent 3354fb9 commit 467750f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/static/js/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ function disposeCombobox(elt) {
15851585
function inlineEditEscapeKeyHandler (e) {
15861586
if (e.keyCode == 27) {
15871587
e.preventDefault();
1588-
cancelInlineEdit(editor);
1588+
cancelInlineEdit(jQuery('div.editable.editing form'));
15891589
}
15901590
};
15911591

0 commit comments

Comments
 (0)