mirror of
https://github.com/ankitects/anki.git
synced 2025-11-22 04:27:14 -05:00
Satisfy formatter
This commit is contained in:
parent
5bb90aa8a5
commit
9383002b0e
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export function onFocus(evt: FocusEvent): void {
|
||||||
const previousFocus = evt.relatedTarget as EditingArea;
|
const previousFocus = evt.relatedTarget as EditingArea;
|
||||||
|
|
||||||
if (previousFocus === previousActiveElement || !previousFocus) {
|
if (previousFocus === previousActiveElement || !previousFocus) {
|
||||||
focusField(currentField)
|
focusField(currentField);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue