mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Fix CI
This commit is contained in:
parent
376a0b8c0d
commit
cbc785b44d
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ mod mouse {
|
|||
}
|
||||
|
||||
#[cfg(windows)]
|
||||
fn execute_winapi(&self) -> io::Result<()> {
|
||||
fn execute_winapi(&self) -> std::io::Result<()> {
|
||||
if MANAGER.mouse_events.is_empty() {
|
||||
Ok(())
|
||||
} else if self.0 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue