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