-
Notifications
You must be signed in to change notification settings - Fork 8
FullScreenMapToggleTab
andy.rothwell edited this page Aug 31, 2018
·
8 revisions
Used to close the topics temporarily.
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_>
...