mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04: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