Browse Source

Fixes accidentally deleted code

main
Eric Amodio 1 year ago
parent
commit
7f17815863
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/webviews/apps/plus/graph/graph.tsx

+ 1
- 0
src/webviews/apps/plus/graph/graph.tsx View File

@ -180,6 +180,7 @@ export class GraphApp extends App {
case DidChangeColumnsNotificationType.method:
onIpc(DidChangeColumnsNotificationType, msg, (params, type) => {
this.state.columns = params.columns;
this.state.context = {
...this.state.context,
header: params.context,

Loading…
Cancel
Save