todo in wrong place

This commit is contained in:
galister
2025-12-26 20:36:38 +09:00
committed by Aleksander
parent 4f7204ccf7
commit 1d7617c155

View File

@@ -246,7 +246,7 @@ impl OverlayBackend for ScreenBackend {
}
fn notify(&mut self, _app: &mut AppState, _event_data: OverlayEventData) -> anyhow::Result<()> {
todo!();
Ok(())
}
fn on_hover(&mut self, app: &mut AppState, hit: &PointerHit) -> HoverResult {