chore(tree-view): remove inline comment breaking formatting

This commit is contained in:
Eric Liu 2024-11-23 15:00:32 -08:00
commit 2a68b2947c
3 changed files with 15 additions and 16 deletions

View file

@ -139,7 +139,6 @@
ref?.querySelector(`[id="${lastId}"]`)?.focus();
});
// Break out of the loop if the node is found.
break;
}
}