mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-02 23:27:00 +02:00
Remove selected object when storing to backend (#506)
This commit is contained in:
@@ -552,7 +552,10 @@ export class App extends React.Component<any, AppState> {
|
||||
if (this.canvas)
|
||||
exportCanvas(
|
||||
"backend",
|
||||
exportedElements,
|
||||
exportedElements.map(element => ({
|
||||
...element,
|
||||
isSelected: false
|
||||
})),
|
||||
this.canvas,
|
||||
this.state
|
||||
);
|
||||
|
Reference in New Issue
Block a user