rewrite wysiwyg property updating (#1387)
* rewrite wysiwyg property updating * reuse existing class * fix case of focus being stolen by other UIs * revert mistake csp removal * ensure we don't run cleanup twice * fix opacity updating * add shape actions menu class to constants
This commit is contained in:
@ -8,7 +8,6 @@ export const DEFAULT_TEXT_ALIGN = "left";
|
||||
|
||||
export function getDefaultAppState(): AppState {
|
||||
return {
|
||||
wysiwygElement: null,
|
||||
isLoading: false,
|
||||
errorMessage: null,
|
||||
draggingElement: null,
|
||||
|
Reference in New Issue
Block a user