We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parent.parent
1 parent 5384edc commit bc30253Copy full SHA for bc30253
src/static/js/pad_editbar.js
@@ -318,7 +318,7 @@ exports.padeditbar = new class {
318
}
319
} else {
320
// Focus on the editbar :)
321
- const firstEditbarElement = parent.parent.$('#editbar button').first();
+ const firstEditbarElement = $('#editbar button').first();
322
323
$(evt.currentTarget).trigger('blur');
324
firstEditbarElement.trigger('focus');
0 commit comments