parent
c01214e919
commit
33b49ebffd
1 changed files with 1 additions and 1 deletions
|
@ -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 => {
|
||||||
|
|
Loading…
Reference in a new issue