You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issa-tseng
changed the title
DomView.subviews() List should update after #artifact()
DomView#subviews() List should update after #artifact()
Aug 20, 2019
right now if you do
domview.subviews()
before you callartifact()
you get an empty List back.but then if you call
.artifact()
later, that list does not update with the new subviews.The text was updated successfully, but these errors were encountered: