Fix local echoed message replaced only for one acc
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user