Skip to content

Commit

Permalink
hotfix_keep_deleted_elements
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle committed Aug 17, 2023
1 parent ce7d72c commit 46306b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6033,7 +6033,7 @@ class App extends React.Component<AppProps, AppState> {
.map((element) => element.id),
);

const elements = this.scene.getNonDeletedElements();
const elements = this.scene.getElementsIncludingDeleted();

for (const element of elements) {
if (
Expand Down

0 comments on commit 46306b8

Please sign in to comment.