Skip to content

Commit

Permalink
Fix getCurrentState back
Browse files Browse the repository at this point in the history
  • Loading branch information
OfekShilon committed May 13, 2024
1 parent da50221 commit 3667aef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions static/panes/opt-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,8 @@ export class Opt extends MonacoPane<monaco.editor.IStandaloneCodeEditor, OptStat
}

override getCurrentState() {
const filters = this.filters.get();

return {
includeMissed: filters['filter-missed'],
includePassed: filters['filter-passed'],
includeAnalysis: filters['filter-analysis'],
...this.filters.get(),
wrap: this.toggleWrapButton.get().wrap,
...super.getCurrentState(),
};
Expand Down

0 comments on commit 3667aef

Please sign in to comment.