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 0e31521 commit 54bcf64Copy full SHA for 54bcf64
app/static/js/workspace_manager.js
@@ -306,9 +306,9 @@ class WorkspaceManager {
306
window.openFile(firstFile);
307
}
308
} else {
309
- // No files available - show placeholder
+ // No files available - clear editor
310
if (window.workspaceMonacoEditor) {
311
- window.workspaceMonacoEditor.setValue('Select a file from the left to view its content.');
+ window.workspaceMonacoEditor.setValue('');
312
313
if (window.updateFilePathLabel) {
314
window.updateFilePathLabel(null);
0 commit comments