liuyg
2021-07-01 2b8e498c0550d8e8bf17a9dafddb136cc7bd1e1a
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 () {