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…
Reference in a new issue