mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Extract app component from entrypoint (index)
- Use refs to refer to canvas and rough context - Remove ReactDOM double rendering
This commit is contained in:
parent
36ce6a26e6
commit
c547453825
3 changed files with 1118 additions and 1109 deletions
1116
src/App.tsx
Normal file
1116
src/App.tsx
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,4 @@
|
|||
import { KEYS } from "../index";
|
||||
import { KEYS } from "../App";
|
||||
|
||||
type TextWysiwygParams = {
|
||||
initText: string;
|
||||
|
|
1109
src/index.tsx
1109
src/index.tsx
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue