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
when I fold/collapse the two panels in sciview, then call sciview.addNode(node, false, someParentNode), the panels unfold/expand fully... dishonoring their current visibility state
side note: noticed that the content of these two panels is always refreshed, even when activePublish = false as above; but the panel with the scene tree is not updated (as I wished with the false)
The text was updated successfully, but these errors were encountered:
when I fold/collapse the two panels in sciview, then call
sciview.addNode(node, false, someParentNode)
, the panels unfold/expand fully... dishonoring their current visibility stateside note: noticed that the content of these two panels is always refreshed, even when
activePublish = false
as above; but the panel with the scene tree is not updated (as I wished with thefalse
)The text was updated successfully, but these errors were encountered: