It seems that the block disapear only if the method after the block is drag in the block
The bug seems to come from :
you can see what the value for elem
and drop
:
elem: Block Nothing { calls = [], component = "", condition = { advanced = "", os = Nothing }, id = { value = "ae9f233a-1444-46d1-bcaf-d4726d7d0035" }, reportingLogic = WeightedReport }
drop: InBlock { calls = [], component = "", condition = { advanced = "", os = Nothing }, id = { value = "ae9f233a-1444-46d1-bcaf-d4726d7d0035" }, reportingLogic = WeightedReport }
The code continues to
MoveCompleted
:
with the log :
t.elems: [Block Nothing { calls = [], component = "", condition = { advanced = "", os = Nothing }, id = { value = "ae9f233a-1444-46d1-bcaf-d4726d7d0035" }, reportingLogic = WeightedReport },Call Nothing { component = "", condition = { advanced = "", os = Nothing }, disableReporting = False, id = { value = "f6440209-469b-481a-a96e-dd65c9553685" }, methodName = { value = "command_execution" }, parameters = [{ id = { value = "command" }, value = [Value ""] }] }]
b: Block Nothing { calls = [], component = "", condition = { advanced = "", os = Nothing }, id = { value = "ae9f233a-1444-46d1-bcaf-d4726d7d0035" }, reportingLogic = WeightedReport }