add inspector just for colors

This commit is contained in:
alice pellerin
2026-03-22 19:56:30 -05:00
parent fcf6ab5aff
commit 4c3e91930f
3 changed files with 48 additions and 0 deletions
+2
View File
@@ -170,6 +170,8 @@ impl Buffer {
self.alert_message = "".into();
self.popups.clear();
// self.logs.push(format!("{event:?}"));
let was_inspecting_selection = self.inspecting_selection;
let app_action = match self.partial_action {