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
I notice that src/gui/stage.js return the active layergroup by getActiveLayerGroup. But I cannot change the current active one and it don't fire the events like 'active-lg-change'...
I use multi layergroups in my project. But I cannot notify the control buttons when user change into different layergroups. They display different data, so I need different status of my buttons.
Could you consider about that? some function like setActiveLayergroup and event loops. :-)
The text was updated successfully, but these errors were encountered:
I notice that
src/gui/stage.js
return the active layergroup bygetActiveLayerGroup
. But I cannot change the current active one and it don't fire the events like 'active-lg-change'...I use multi layergroups in my project. But I cannot notify the control buttons when user change into different layergroups. They display different data, so I need different status of my buttons.
Could you consider about that? some function like
setActiveLayergroup
and event loops. :-)The text was updated successfully, but these errors were encountered: