mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add stackedOnTop to make sure the custom element is always rendered on top of all when stackedOnTop is true
This commit is contained in:
parent
3d459076fb
commit
a4a95a591a
5 changed files with 29 additions and 2 deletions
|
@ -398,7 +398,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
id: this.id,
|
||||
};
|
||||
|
||||
this.scene = new Scene();
|
||||
this.scene = new Scene(this);
|
||||
this.library = new Library(this);
|
||||
this.history = new History();
|
||||
this.actionManager = new ActionManager(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue