mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
explanation
This commit is contained in:
parent
4547363dde
commit
4f7fd66c2f
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ class VoidSettingsService extends Disposable implements IVoidSettingsService {
|
|||
// read and update the actual state immediately
|
||||
this._readState().then(readS => {
|
||||
|
||||
// the stored data structure might be outdated, so we need to update it here (can do a more general solution later when we need to)
|
||||
readS = {
|
||||
...readS,
|
||||
settingsOfProvider: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue