|
@@ -5868,7 +5868,7 @@ class App extends React.Component<AppProps, AppState> {
|
|
.map((element) => element.id),
|
|
.map((element) => element.id),
|
|
);
|
|
);
|
|
|
|
|
|
- const elements = this.scene.getNonDeletedElements();
|
|
|
|
|
|
+ const elements = this.scene.getElementsIncludingDeleted();
|
|
|
|
|
|
for (const element of elements) {
|
|
for (const element of elements) {
|
|
if (
|
|
if (
|