Allow non-null assertion in focus-handlers

This commit is contained in:
Henrik Giesel 2021-07-03 01:14:59 +02:00
parent d11d66ee79
commit f0e870f1ae

View file

@ -1,6 +1,10 @@
// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
/* eslint
@typescript-eslint/no-non-null-assertion: "off",
*/
import { enableButtons, disableButtons } from "./toolbar";
import type { EditingArea } from "./editing-area";