Merge pull request #392 from neilsb/fix-item-loading-on-sort

This commit is contained in:
Anthony Lavado 2021-03-24 23:54:11 -04:00 committed by GitHub
commit 9a1bfbeb39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ sub init()
m.filter = "All"
m.loadItemsTask = createObject("roSGNode", "LoadItemsTask2")
m.loadItemsTask.observeField("content", "ItemDataLoaded")
end sub
@ -74,6 +73,7 @@ sub loadInitialItems()
print "Unknown Type: " m.top.parentItem
end if
m.loadItemsTask.observeField("content", "ItemDataLoaded")
m.loadItemsTask.control = "RUN"
SetUpOptions()