Skip to content

Commit 142d428

Browse files
ozgesolidkeyclaude
andcommitted
Remove artificial analysis-required gate from filter
The apply-filter IPC handler in the main process only uses FileHandler and FilterConfig — it never reads analysisResult. The renderer guard was an unfounded assumption. Filter now works immediately on any open file without needing to run analysis first. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bc2dd69 commit 142d428

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/renderer/renderer.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10595,11 +10595,6 @@ async function applyFilter(providedConfig?: FilterConfig): Promise<void> {
1059510595
};
1059610596
}
1059710597

10598-
if (!state.analysisResult) {
10599-
alert('Please run analysis first before applying filters.');
10600-
return;
10601-
}
10602-
1060310598
showProgress('Applying filter...');
1060410599

1060510600
// Listen for progress updates from the main process

0 commit comments

Comments
 (0)