mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-19 04:05:19 +01:00
Refactor: Drop isActionName and convert getCustomActions to
`filterActions`.
This commit is contained in:
@@ -18,7 +18,7 @@ import ExcalidrawApp from "../excalidraw-app";
|
||||
|
||||
import { ExcalidrawElement, FontString, Theme } from "../element/types";
|
||||
import { createIcon, iconFillColor } from "../components/icons";
|
||||
import { SubtypeButton } from "../components/SubtypeButton";
|
||||
import { SubtypeButton } from "../components/Subtypes";
|
||||
import { registerAuxLangData } from "../i18n";
|
||||
import { getFontString, getShortcutKey } from "../utils";
|
||||
import * as textElementUtils from "../element/textElement";
|
||||
|
||||
Reference in New Issue
Block a user