We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886656d commit 7ffddeeCopy full SHA for 7ffddee
ludobits/m/flow.lua
@@ -238,12 +238,8 @@ function M.load(collection_url)
238
instance.on_message = function(message_id, message, sender)
239
if message_id == hash("proxy_loaded") and sender == collection_url then
240
msg.post(sender, "enable")
241
- -- we should wait one frame to ensure that the loaded collection has
242
- -- been enabled
243
instance.on_message = nil
244
- instance.condition = function()
245
- return true
246
- end
+ instance.state = READY
247
end
248
249
msg.post(collection_url, "load")
0 commit comments