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