Browse Source

Update SearchMenu.tsx

zsviczian 11 months ago
parent
commit
e5db4ce2dc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/excalidraw/components/SearchMenu.tsx

+ 1 - 0
packages/excalidraw/components/SearchMenu.tsx

@@ -6,6 +6,7 @@ import { useApp, useExcalidrawSetAppState } from "./App";
 import { debounce } from "lodash";
 import type { AppClassProperties } from "../types";
 import { isTextElement, newTextElement } from "../element";
+import type { ExcalidrawTextElement } from "../element/types";
 import { measureText } from "../element/textElement";
 import { addEventListener, getFontString } from "../utils";
 import { KEYS } from "../keys";