Add limitations for attachment notes
This commit is contained in:
parent
e09f1ba5d2
commit
47c61d3a4d
2 changed files with 2 additions and 1 deletions
|
@ -102,6 +102,7 @@ class EditorInstance {
|
|||
unsaved: !this._item.id,
|
||||
disableUI: this._disableUI,
|
||||
enableReturnButton: !!this._onReturn,
|
||||
isAttachmentNote: this._isAttachment,
|
||||
placeholder: options.placeholder,
|
||||
dir: Zotero.dir,
|
||||
font: this._getFont(),
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ddcba7de027099cdc5a792e2dc186a810e72d556
|
||||
Subproject commit 263eec53a5f0e8ab3960be9ea8d0db4ef19a4761
|
Loading…
Reference in a new issue