Fix local echoed message replaced only for one acc

This commit is contained in:
miruka
2020-03-07 12:35:12 -04:00
parent 9fc347ac10
commit 5709b5b756
2 changed files with 5 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ QtObject {
function onModelItemFieldChanged(syncId, oldIndex, newIndex, field, value){
// print("change", syncId, oldIndex, newIndex, field, value)
const model = ModelStore.get(syncId)
model.setProperty(oldIndex, field, value)