chore: remove comment

pull/12514/head
Nikita Revenco 2025-01-12 21:32:39 +00:00
parent c43074abdb
commit a9a1e69f09
1 changed files with 0 additions and 1 deletions

View File

@ -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 {