Browse Source

chore: Relocate visualdebug so ESLint doesn't complain (#9668)

pull/9682/head
Márk Tolmács 6 months ago committed by GitHub
parent
commit
c141500400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      excalidraw-app/components/DebugCanvas.tsx
  2. 0
      packages/utils/src/visualdebug.ts

4
excalidraw-app/components/DebugCanvas.tsx

@ -18,10 +18,10 @@ import { @@ -18,10 +18,10 @@ import {
} from "@excalidraw/math";
import { isCurve } from "@excalidraw/math/curve";
import type { DebugElement } from "@excalidraw/excalidraw/visualdebug";
import type { Curve } from "@excalidraw/math";
import type { DebugElement } from "@excalidraw/utils/visualdebug";
import { STORAGE_KEYS } from "../app_constants";
const renderLine = (

0
packages/excalidraw/visualdebug.ts → packages/utils/src/visualdebug.ts

Loading…
Cancel
Save