Skip to content

Commit

Permalink
Do not (re)store state of Open Editors (#12210)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-grant-work authored Feb 23, 2023
1 parent 06f92c8 commit f0cd180
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,8 @@ export class OpenEditorsWidget extends AbstractNavigatorTreeWidget {
}
return this.props.leftPadding;
}

// The state of this widget is derived from external factors. No need to store or restore it.
override storeState(): object { return {}; }
override restoreState(): void { }
}

0 comments on commit f0cd180

Please sign in to comment.