From f61589ff3149a011c8e75eb6c8957716f5122792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Macio=C5=82ek?= Date: Sun, 30 Jun 2024 21:51:54 +0200 Subject: [PATCH] selection p9 --- src/app.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index aa8c435..45263b8 100644 --- a/src/app.rs +++ b/src/app.rs @@ -252,7 +252,6 @@ impl App { return; } - // TODO: move if selection // TODO: move if selection if is_selection && !self.is_selecting { self.is_selecting = true;