You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/jquery.ui.editable.js
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,27 @@ $.widget( "ui.editable", {
75
75
// Show placeholder if empty
76
76
this._show();
77
77
}
78
+
this._getEditorOptions();
78
79
// First bind custom_events, then this._events. Changing that order may cause problems (_start must precede _events[click] when this.options.event is click).
0 commit comments