We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b4fef commit f84dd7dCopy full SHA for f84dd7d
src/views/editor/EditorView.ts
@@ -301,6 +301,8 @@ export default class EditorView extends JDOMComponent.unshadowed {
301
'ti',
302
'file-icon',
303
computed(() => {
304
+ if (!this.files.value[index].name)
305
+ return 'ti-file'
306
if (this.files.value[index].name === '.codebox')
307
return 'ti-file-settings'
308
else if (this.files.value[index].name === 'tsconfig.json')
0 commit comments