_removePopup()

in public/js/components/map.js [145:150]


  _removePopup() {
    if (this._currentPopup) {
      this._currentPopup.remove();
      this._currentPopup = null;
    }
  }