Fix note editor toolbar window dragging

This commit is contained in:
windingwind 2026-01-14 23:53:50 +08:00
parent 145fbfa194
commit 37ce3c0ed7

View file

@ -88,6 +88,7 @@
this._initialized = true;
});
this.append(content);
this._iframe.docShell.windowDraggingAllowed = true;
this._notifierID = Zotero.Notifier.registerObserver(this, ['item', 'file'], 'noteEditor');
this.notitle = !!this.getAttribute('notitle');