diff --git a/ts/editor/labelContainer.ts b/ts/editor/labelContainer.ts index 4742d18fe..33dab51ea 100644 --- a/ts/editor/labelContainer.ts +++ b/ts/editor/labelContainer.ts @@ -1,9 +1,8 @@ import { bridgeCommand } from "./lib"; - function removeHoverIcon(evt: Event): void { const icon = evt.currentTarget as HTMLElement; - icon.classList.remove("icon--hover") + icon.classList.remove("icon--hover"); } function hoverIcon(evt: Event): void {