From f6b98aa41a58587c1e8392abb56e8d3d3c2fd109 Mon Sep 17 00:00:00 2001 From: drendog Date: Tue, 4 Nov 2025 04:18:33 +0100 Subject: [PATCH] fix: remove useless component show --- composition/src/system.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/composition/src/system.rs b/composition/src/system.rs index f44c61f..9d52161 100644 --- a/composition/src/system.rs +++ b/composition/src/system.rs @@ -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()