Ver código fonte

improve the editTool

tags/3.0.0
Caven Chen 2 anos atrás
pai
commit
e09dfaf9c4
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      modules/tools/EditTool.js

+ 2
- 0
modules/tools/EditTool.js Ver arquivo

@@ -240,6 +240,8 @@ class EditTool {
* @returns {EditTool}
*/
activate(options = {}) {
this._anchorLayer.entities.removeAll()
this._anchors = []
this._viewer.tooltip.enable = true
this._options = { ...DEF_OPTS, ...options }
this._unbindEvent()

Carregando…
Cancelar
Salvar