Sfoglia il codice sorgente

Persist column width changes to state

main
Ramin Tadayon 2 anni fa
parent
commit
1fff57bac9
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 5B90E918AEBCE7A7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/plus/webviews/graph/graphWebview.ts

+ 1
- 0
src/plus/webviews/graph/graphWebview.ts Vedi 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() {

Caricamento…
Annulla
Salva