mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
Fix note editor toolbar window dragging
This commit is contained in:
parent
145fbfa194
commit
37ce3c0ed7
1 changed files with 1 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue