dialog improvements

This commit is contained in:
Aran-Fey
2024-08-04 15:32:27 +02:00
parent 4e50965bb7
commit c6e229f88e
11 changed files with 185 additions and 42 deletions
-1
View File
@@ -390,7 +390,6 @@ export function recursivelyDeleteComponent(component: ComponentBase): void {
// Inform Python about the destruction of the dialog
callRemoteMethodDiscardResponse('dialogClosed', {
owningComponentId: this.state.owning_component_id,
dialogRootComponentId: dialog_container.id,
});
}