Fix related-box error in not yet connected element

This commit is contained in:
Martynas Bagdonas 2023-12-14 18:20:59 +02:00
parent 3cb12a2ad3
commit b31f66ddbd

View file

@ -45,9 +45,6 @@
</div>
</box>
`, ['chrome://zotero/locale/zotero.dtd']);
this._destroyed = false;
this._notifierID = Zotero.Notifier.registerObserver(this, ['item'], 'relatedbox');
}
connectedCallback() {