reorganized files

This commit is contained in:
2025-12-05 12:50:25 +08:00
parent d9dbd5fe5d
commit a9068fe575
13 changed files with 18 additions and 22 deletions

View File

@@ -139,7 +139,7 @@ async fn init_cursor_tracking() -> Result<(), String> {
// Report to server (existing functionality)
let mapped_for_ws = mapped.clone();
tauri::async_runtime::spawn(async move {
crate::core::services::ws::report_cursor_data(mapped_for_ws).await;
crate::services::ws::report_cursor_data(mapped_for_ws).await;
});
// Broadcast to ALL windows using events