mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
Abstract box: Use focused getter instead of :focus-within
See b4c5c5d539
Fixes #4878
This commit is contained in:
parent
d57392d810
commit
886dbd17ff
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@
|
|||
}
|
||||
|
||||
async blurOpenField() {
|
||||
if (this._abstractField?.matches(':focus-within')) {
|
||||
if (this._abstractField.focused) {
|
||||
this._abstractField.blur();
|
||||
await this.save();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue