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