Skip to content

FullScreenMapToggleTab

andy.rothwell edited this page Aug 31, 2018 · 8 revisions

FullScreenMapToggleTab

Used to close the topics temporarily.

In a Vue template

The <full-screen-map-toggle-tab> tag is put inside the <div> with id 'map-panel-container', but outside the <map_> tag:

<div id="map-panel-container"
     :class="this.mapPanelContainerClass"
>
  <full-screen-map-toggle-tab v-once />
  <map_>
    ...
Clone this wiki locally