feat: batch of fixes and features #56

Merged
naomi merged 6 commits from feat/stuff into main 2026-01-23 11:59:22 -08:00
Showing only changes of commit b954158ea7 - Show all commits
@@ -126,6 +126,8 @@
} else if (event.key === "Escape") {
editingTabId = null;
editingName = "";
} else if (event.key === " ") {
event.stopPropagation();
}
}