Skip to content

Commit 7ba1af4

Browse files
点击数据流自动跳转问题 review by luoxiao
1 parent daa9793 commit 7ba1af4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/mapboxgl/dataFlowService.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@
6363
map.addControl(new mapboxgl.NavigationControl(), 'top-left');
6464

6565
mapboxgl.supermap.SecurityManager.registerToken(urlDataFlow, window.exampleToken);
66-
var popup = new mapboxgl.Popup();
66+
var popup = new mapboxgl.Popup({
67+
focusAfterOpen: false
68+
});
6769

6870
map.on('load', function () {
6971
var options = {

0 commit comments

Comments
 (0)