mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-10 11:00:41 +02:00
Wysiwyg text 2.0 (#238)
* Fixed cleaning handlers after cleanup * Double click to edit text * Preserve text styles on change
This commit is contained in:

committed by
Christopher Chedeau

parent
ae982e9298
commit
10955f8bb0
@@ -7,6 +7,7 @@ export type AppState = {
|
||||
exportBackground: boolean;
|
||||
currentItemStrokeColor: string;
|
||||
currentItemBackgroundColor: string;
|
||||
currentItemFont: string;
|
||||
viewBackgroundColor: string;
|
||||
scrollX: number;
|
||||
scrollY: number;
|
||||
|
Reference in New Issue
Block a user