Add ts-expect-error for module import in EditorToolbar

This commit is contained in:
Henrik Giesel 2021-05-06 23:15:41 +02:00
parent 2112b419f9
commit b2eec9c3c3

View File

@ -4,6 +4,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
-->
<script context="module" lang="typescript">
import "./legacy.css";
// @ts-expect-error Insufficient typing
import { updateAllState, resetAllState } from "components/WithState.svelte";
export function updateActiveButtons(event: Event) {