pub fn __test_drag_leave(app: AppHandle) -> Result<(), String>Expand description
Test-only entry point: synthesize a DragDropEvent::Leave.
Pair with __test_drag_enter.
ยงErrors
Returns the underlying [tauri::Error] message if the event emit
fails.