Editors (and SVGEditor) evaluate genUI member function twice
I have noticed that the .genUI
member function of an Editor
(module iTasks.UI.Editor
) gets evaluated twice. I suspect this is caused in module iTasks.WF.Tasks.Core
, by the function interact
(first via initMask
, then via ResetEvent
).
My assumption was that the initializing code would be evaluated only once. Is the above behavior intended, and if so, why?
Thanks.