mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
@ -150,7 +150,7 @@ class PostsHeaderView extends events.EventTarget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (let editor of this._bulkEditors) {
|
for (let editor of this._bulkEditors) {
|
||||||
this._bulkTagEditor.addEventListener('submit', e => {
|
editor.addEventListener('submit', e => {
|
||||||
this._navigate();
|
this._navigate();
|
||||||
});
|
});
|
||||||
editor.addEventListener('open', e => {
|
editor.addEventListener('open', e => {
|
||||||
|
Reference in New Issue
Block a user