added noselect to tabs; moved poly fills to ts file; moved globals to polyfills file too

This commit is contained in:
2025-06-03 00:32:44 -05:00
parent 0d1fdfa031
commit dabc089b83
5 changed files with 27 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
<span class="tab" title="{{path}}">
<span class="tab noselect" title="{{path}}">
<span class="title" (mouseup)="setTabToEditor()">{{title}}</span>
<button class="close-button" (mouseup)="closeTab()">X</button>
</span>