Make "Filter members" work again

This commit is contained in:
miruka
2020-02-12 08:15:54 -04:00
parent 9a0969adf5
commit ae780345e8
3 changed files with 9 additions and 23 deletions

View File

@@ -83,7 +83,6 @@ 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)