mirror of https://github.com/helix-editor/helix
chore: remove comment
parent
c43074abdb
commit
a9a1e69f09
|
@ -91,7 +91,6 @@ impl MouseClicks {
|
|||
self.count = 0;
|
||||
|
||||
return MouseClick::Triple;
|
||||
// MouseClick::Triple
|
||||
} else if self.is_double_click(char_idx) {
|
||||
MouseClick::Double
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue