Fix double click
This commit is contained in:
parent
ff87795db0
commit
0708c0eb39
1 changed files with 2 additions and 4 deletions
|
|
@ -538,11 +538,9 @@ impl Tab {
|
|||
}
|
||||
}
|
||||
}
|
||||
//TODO: prevent triple-click and beyond from opening file
|
||||
item.click_time = Some(Instant::now());
|
||||
} else {
|
||||
item.click_time = None;
|
||||
}
|
||||
//TODO: prevent triple-click and beyond from opening file?
|
||||
item.click_time = Some(Instant::now());
|
||||
} else {
|
||||
item.selected = false;
|
||||
item.click_time = None;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue