使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
OpenSource
/
dc-sdk
镜像自地址
https://github.com/dvt3d/dc-sdk
关注
4
点赞
0
派生
0
代码
工单
0
版本发布
92
百科
动态
浏览代码
improve the editTool
tags/3.0.0
Caven Chen
2 年前
父节点
496ab1ff99
当前提交
e09dfaf9c4
没有帐户链接到提交者的电子邮件
共有
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()
撰写
预览
正在加载...
取消
保存