mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Update view.ts
This commit is contained in:
parent
23a702d9a3
commit
85d82ed732
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ export class FolderOverviewView extends ItemView {
|
|||
const activeFile = plugin.app.workspace.getActiveFile();
|
||||
|
||||
if (!activeFile) {
|
||||
// coulnd't get active file
|
||||
contentEl.createEl('p', { text: 'No active file found' });
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue