fix: card reload automatic
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2023-02-17 12:38:07 +01:00
parent c5fc4e4b81
commit 853e06f523
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class Controller extends Section {
this.$.model.refresh();
this.$.watcher.notifySaved();
this.$.watcher.updateOriginalData();
this.card.reload();
});
}
}