Swap widget (4.16) is working fine. When finished, I want to give the user an option to remove the swipe and bring then map view as it was before swipe. I tried
swipe<SPAN class="punctuation token">.</SPAN>visibleElements <SPAN class="operator token">=</SPAN> <SPAN class="punctuation token">{</SPAN>
divider<SPAN class="punctuation token">:</SPAN> <SPAN class="keyword token">false</SPAN><SPAN class="punctuation token">,</SPAN>
handle<SPAN class="punctuation token">:</SPAN> <SPAN class="keyword token">false</SPAN> <SPAN class="comment token">// handle will not display </SPAN>
<SPAN class="punctuation token">}</SPAN>
swipe<SPAN class="punctuation token">.</SPAN><SPAN class="token function">destroy</SPAN><SPAN class="punctuation token">(</SPAN><SPAN class="punctuation token">)</SPAN><SPAN class="punctuation token">;</SPAN> <SPAN class="punctuation token">.</SPAN> <SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>Still the handle and divider are visible. How can I remove the swipe and refresh the view please/ Thanks.