Browse Source

Persist column width changes to state

main
Ramin Tadayon 2 years ago
parent
commit
1fff57bac9
No known key found for this signature in database GPG Key ID: 5B90E918AEBCE7A7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/plus/webviews/graph/graphWebview.ts

+ 1
- 0
src/plus/webviews/graph/graphWebview.ts View File

@ -852,6 +852,7 @@ export class GraphWebview extends WebviewBase {
let columns = this.container.storage.getWorkspace('graph:columns');
columns = updateRecordValue(columns, name, cfg);
void this.container.storage.storeWorkspace('graph:columns', columns);
void this.notifyDidChangeColumns();
}
private resetRepositoryState() {

Loading…
Cancel
Save