Skip to content

Commit

Permalink
fix: refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
zjffun committed May 26, 2024
1 parent 289d421 commit d5c95c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/WorkspaceSnippetsExplorerView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ export default class WorkspaceSnippetsExplorerView extends BasicSnippetsExplorer
}

export function refresh() {
snippetsExplorerView.refresh();
snippetsExplorerView?.refresh();
}

0 comments on commit d5c95c6

Please sign in to comment.