structured data editor
git clone https://git.lucas.co/cce-data-editor.git
chore: drop the global popovers-registry write — the registry is deleted (Phase 6ae)
The write-only widget::popovers registry (its engine readers went with the
popup path in 6x) is deleted from cce-ui; this was its last clear() call.
Co-Authored-By: Claude Fable 5 <[email protected]>
src/main.rs | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/main.rs b/src/main.rs
index 99c92ce..63c2f7e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1401,7 +1401,6 @@ impl Application for DataEditorApp {
// clamp). The popovers and the context menu draw into this display list below;
// the global registry fed the engine's render-only xdg popup, no longer used.
self.ui_context.clear_popovers();
- cce_ui::widget::popovers::clear();
if self.selected_choice_editor.popover_rect().is_some() {
self.ui_context.register_popover(&self.selected_choice_editor);
}