Add ts-expect-error for module import in EditorToolbar
This commit is contained in:
parent
2112b419f9
commit
b2eec9c3c3
@ -4,6 +4,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||||||
-->
|
-->
|
||||||
<script context="module" lang="typescript">
|
<script context="module" lang="typescript">
|
||||||
import "./legacy.css";
|
import "./legacy.css";
|
||||||
|
// @ts-expect-error Insufficient typing
|
||||||
import { updateAllState, resetAllState } from "components/WithState.svelte";
|
import { updateAllState, resetAllState } from "components/WithState.svelte";
|
||||||
|
|
||||||
export function updateActiveButtons(event: Event) {
|
export function updateActiveButtons(event: Event) {
|
||||||
|
Loading…
Reference in New Issue
Block a user