Commit 67f78313 authored by aoobao's avatar aoobao

fix mouseTool object can't call method: setMap

parent 7b74ae8f
...@@ -38,7 +38,7 @@ export default class MouseTool { ...@@ -38,7 +38,7 @@ export default class MouseTool {
if (this._mouseTool) { if (this._mouseTool) {
this._mouseTool.close() this._mouseTool.close()
this._mouseTool.setMap(null) // this._mouseTool.setMap(null)
this._mouseTool = null this._mouseTool = null
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment