mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: scope --color-selection
retrieval to given instance (#6886)
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
parent
991f5570ce
commit
1bd416002c
2 changed files with 8 additions and 3 deletions
|
@ -1226,6 +1226,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
}}
|
||||
/>
|
||||
<InteractiveCanvas
|
||||
containerRef={this.excalidrawContainerRef}
|
||||
canvas={this.interactiveCanvas}
|
||||
elements={canvasElements}
|
||||
visibleElements={visibleElements}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue