mirror of
https://github.com/potato47/ccc-devtools.git
synced 2024-12-25 19:29:13 +00:00
关掉工具窗口时取消场景事件,避免重复注册
This commit is contained in:
parent
dd6a9fff54
commit
272af4381b
@ -1,4 +1,4 @@
|
||||
# ccc-devtools v1.2.2
|
||||
# ccc-devtools v1.2.3
|
||||
Cocos Creator 网页调试器,运行时查看、修改节点树,实时更新节点属性。
|
||||
|
||||
## TODO
|
||||
|
@ -155,7 +155,7 @@
|
||||
<div id="dev_switch" style="position: absolute;top:45px;left:10px;width: 200px;">
|
||||
<el-switch v-model="isDevMode" @change="handleChangeMode" active-color="#0099ff" inactive-color="gray">
|
||||
</el-switch>
|
||||
<el-tooltip :content="'ccc-devtools@Next v1.2.2'" placement="top">
|
||||
<el-tooltip :content="'ccc-devtools@Next v1.2.3'" placement="top">
|
||||
<Icon type="logo-github" size="24" @click="openGithub" />
|
||||
</el-tooltip>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user