mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-09 10:37:22 +02:00
Do not merge.
This commit is contained in:
@@ -567,6 +567,7 @@ class App extends React.Component<AppProps, AppState> {
|
||||
value={this.actionManager}
|
||||
>
|
||||
<LayerUI
|
||||
test={<div />}
|
||||
canvas={this.canvas}
|
||||
appState={this.state}
|
||||
files={this.files}
|
||||
|
@@ -52,6 +52,7 @@ import { useAtom } from "jotai";
|
||||
import MainMenu from "./main-menu/MainMenu";
|
||||
|
||||
interface LayerUIProps {
|
||||
test: JSX.Element;
|
||||
actionManager: ActionManager;
|
||||
appState: AppState;
|
||||
files: BinaryFiles;
|
||||
|
Reference in New Issue
Block a user