mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-18 15:00:39 +02:00
Update SearchMenu.tsx
This commit is contained in:
@@ -6,6 +6,7 @@ import { useApp, useExcalidrawSetAppState } from "./App";
|
|||||||
import { debounce } from "lodash";
|
import { debounce } from "lodash";
|
||||||
import type { AppClassProperties } from "../types";
|
import type { AppClassProperties } from "../types";
|
||||||
import { isTextElement, newTextElement } from "../element";
|
import { isTextElement, newTextElement } from "../element";
|
||||||
|
import type { ExcalidrawTextElement } from "../element/types";
|
||||||
import { measureText } from "../element/textElement";
|
import { measureText } from "../element/textElement";
|
||||||
import { addEventListener, getFontString } from "../utils";
|
import { addEventListener, getFontString } from "../utils";
|
||||||
import { KEYS } from "../keys";
|
import { KEYS } from "../keys";
|
||||||
|
Reference in New Issue
Block a user