fix: outlinePane notifier id

This commit is contained in:
windingwind 2024-10-21 15:53:24 +02:00
parent 10fc0d5706
commit 5409a57e7d

View File

@ -148,7 +148,7 @@ export class OutlinePane extends PluginCEBase {
this._notifierID = Zotero.Notifier.registerObserver( this._notifierID = Zotero.Notifier.registerObserver(
this, this,
["item"], ["item"],
"attachmentsBox", "bn-outline",
); );
this._prefObserverID = registerPrefObserver( this._prefObserverID = registerPrefObserver(