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
this.layerList.lenght should be this.layerList.length
Due to this problem, the function does not pass the new dimensions to the layers. As a result, the plot does not update the layers correctly if it is resized after creation.