Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
grzpab committed Dec 7, 2023
1 parent 431a4ca commit 565096a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/webview/MainProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ export class MainViewProvider implements WebviewViewProvider {

if (
prevProps.activeTabId !== nextProps.activeTabId &&
nextProps.activeTabId === 'codemodRuns'
nextProps.activeTabId === 'codemodRuns' &&
!nextProps.clearingInProgress
) {
this.__messageBus.publish({
kind: MessageKind.loadHomeDirectoryData,
Expand Down

0 comments on commit 565096a

Please sign in to comment.