Small UI changes

This commit is contained in:
Magnus Åhall 2026-06-04 08:42:54 +02:00
parent 44ee1ac94b
commit 12f8c019f0
5 changed files with 47 additions and 35 deletions

View file

@ -66,7 +66,6 @@ export class App {
switch (event.key.toUpperCase()) {
case 'T':
if (document.activeElement.id === 'tree-nodes') {
console.log('take focus')
this.nodeUI.takeFocus()
} else {
this.tree.focus()