This website works better with JavaScript.
首頁
探索
說明
註冊
登入
OpenSource
/
dc-sdk
镜像来自
https://github.com/dvt3d/dc-sdk
關註
4
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
92
Wiki
Activity
瀏覽代碼
improve the editTool
tags/3.0.0
Caven Chen
2 年之前
父節點
496ab1ff99
當前提交
e09dfaf9c4
No account linked to committer's email address
共有
1 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
顯示文件統計
2
0
modules/tools/EditTool.js
+ 2
- 0
modules/tools/EditTool.js
查看文件
@@ -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()
Write
Preview
Loading…
取消
儲存