fix: remove useless component show

This commit is contained in:
drendog 2025-11-04 04:18:33 +01:00
parent ccea07b751
commit f6b98aa41a
Signed by: dwenya
GPG key ID: 8DD77074645332D0

View file

@ -224,12 +224,6 @@ impl RuntimeState<'_> {
})
})?;
temp_instance.show().map_err(|e| {
Error::Domain(DomainError::Configuration {
message: format!("Failed to show temporary popup instance: {}", e),
})
})?;
let width: f32 = temp_instance
.get_property("popup-width")
.ok()