Fix SyncId type hint & remove debug prints
This commit is contained in:
@@ -72,7 +72,6 @@ QtObject {
|
||||
|
||||
function onModelItemDeleted(syncId, index, count=1) {
|
||||
// print("delete", syncId, index, count)
|
||||
print(syncId, index, count)
|
||||
ModelStore.get(syncId).remove(index, count)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user