diff --git a/chrome/content/zotero/elements/abstractBox.js b/chrome/content/zotero/elements/abstractBox.js index 659f096723..f2aad4f83c 100644 --- a/chrome/content/zotero/elements/abstractBox.js +++ b/chrome/content/zotero/elements/abstractBox.js @@ -96,7 +96,7 @@ } async blurOpenField() { - if (this._abstractField?.matches(':focus-within')) { + if (this._abstractField.focused) { this._abstractField.blur(); await this.save(); }