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 use PopupFeature.js and enable closeBox, the popup appears when I click the icon, and it can be closed by clicking the close button. However, when I click the icon again, the popup does not appear.
start:
again:does not appear
The issue is in the hide() method in the Popup.js file, where it should clear the features.
The text was updated successfully, but these errors were encountered:
Yes closing the popup only remove the popup but the feature is still selected and no more selectable (until an other one is selected).
It depends on the behavior you want in your app.
When I use PopupFeature.js and enable closeBox, the popup appears when I click the icon, and it can be closed by clicking the close button. However, when I click the icon again, the popup does not appear.
start:
again:does not appear
The issue is in the hide() method in the Popup.js file, where it should clear the features.
The text was updated successfully, but these errors were encountered: