mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Satisfy formatter
This commit is contained in:
parent
b5362e99c0
commit
acb912697e
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
import { bridgeCommand } from "./lib";
|
import { bridgeCommand } from "./lib";
|
||||||
|
|
||||||
|
|
||||||
function removeHoverIcon(evt: Event): void {
|
function removeHoverIcon(evt: Event): void {
|
||||||
const icon = evt.currentTarget as HTMLElement;
|
const icon = evt.currentTarget as HTMLElement;
|
||||||
icon.classList.remove("icon--hover")
|
icon.classList.remove("icon--hover");
|
||||||
}
|
}
|
||||||
|
|
||||||
function hoverIcon(evt: Event): void {
|
function hoverIcon(evt: Event): void {
|
||||||
|
|
Loading…
Reference in a new issue