Skip to content

Commit

Permalink
Refactor tldraw (#267)
Browse files Browse the repository at this point in the history
* useRoamStore

* uiOverrides

* DiscourseNode

* DiscourseRelations

* mv CanvasDrawer

* mv and rename TldrawCanvas

* mv and rename TldrawCanvasLabelDialog

* mv CanvasReferences
  • Loading branch information
mdroidian authored Jul 2, 2024
1 parent 5fc639f commit 9b92f5a
Show file tree
Hide file tree
Showing 15 changed files with 2,311 additions and 2,220 deletions.
2 changes: 1 addition & 1 deletion src/components/Export.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import getRoamUrl from "roamjs-components/dom/getRoamUrl";
import findDiscourseNode from "../utils/findDiscourseNode";
import { DEFAULT_CANVAS_PAGE_FORMAT } from "../index";
import { createShapeId } from "@tldraw/tlschema";
import { MAX_WIDTH } from "./TldrawCanvas";
import { MAX_WIDTH } from "./tldraw/Tldraw";
import calcCanvasNodeSizeAndImg from "../utils/calcCanvasNodeSizeAndImg";
import { Column } from "../utils/types";
import { render as renderToast } from "roamjs-components/components/Toast";
Expand Down
Loading

0 comments on commit 9b92f5a

Please sign in to comment.