|
|
|
|
@ -1550,6 +1550,7 @@ class App extends React.Component<AppProps, AppState> {
@@ -1550,6 +1550,7 @@ class App extends React.Component<AppProps, AppState> {
|
|
|
|
|
["--ui-pointerEvents" as any]: shouldBlockPointerEvents |
|
|
|
|
? POINTER_EVENTS.disabled |
|
|
|
|
: POINTER_EVENTS.enabled, |
|
|
|
|
["--right-sidebar-width" as any]: "302px", |
|
|
|
|
}} |
|
|
|
|
ref={this.excalidrawContainerRef} |
|
|
|
|
onDrop={this.handleAppOnDrop} |
|
|
|
|
|