fix: z-index inconsistencies during addition / deletion in frames (#6914)

Co-authored-by: Marcel Mraz <marcel.mraz@adacta-fintech.com>
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Marcel Mraz 2023-09-07 00:41:44 +02:00 committed by GitHub
parent 134df7bfbb
commit a13aed92f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 424 additions and 79 deletions

View file

@ -6501,7 +6501,7 @@ class App extends React.Component<AppProps, AppState> {
}
nextElements = updateFrameMembershipOfSelectedElements(
this.scene.getElementsIncludingDeleted(),
nextElements,
this.state,
this,
);