mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-30 05:37:13 +02:00
add export error handling (#2243)
This commit is contained in:
@@ -10,7 +10,7 @@ export const BackgroundPickerAndDarkModeToggle = ({
|
||||
}: {
|
||||
actionManager: ActionManager;
|
||||
appState: AppState;
|
||||
setAppState: any;
|
||||
setAppState: React.Component<any, AppState>["setState"];
|
||||
}) => (
|
||||
<div style={{ display: "flex" }}>
|
||||
{actionManager.renderAction("changeViewBackgroundColor")}
|
||||
|
Reference in New Issue
Block a user