liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
widgets/digTheEarth/Widget.js
@@ -154,8 +154,12 @@
                if (that.handlerPolygon.polyline) {
                    that.handlerPolygon.polyline.show = false;
                }
                that.handlerPolygon.deactivate();
                that.tooltip.setVisible(false);
                if (that.handlerPolygon.deactivate) {
                    that.handlerPolygon.deactivate();
                }
                if(that.tooltip.setVisible){
                    that.tooltip.setVisible(false);
                }
            },
            onOpen: function () {