mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Extract app and keys (#276)
* Extract app component from entrypoint (index) - Use refs to refer to canvas and rough context - Remove ReactDOM double rendering * Extract keys and key related utils into their own module * Move everything back to entrypoint
This commit is contained in:
parent
36ce6a26e6
commit
299e7e9099
3 changed files with 39 additions and 32 deletions
|
@ -1,4 +1,4 @@
|
|||
import { KEYS } from "../index";
|
||||
import { KEYS } from "../keys";
|
||||
|
||||
type TextWysiwygParams = {
|
||||
initText: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue