关掉工具窗口时取消场景事件,避免重复注册

This commit is contained in:
Next 2018-12-28 19:30:30 +08:00
parent dd6a9fff54
commit 272af4381b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# ccc-devtools v1.2.2
# ccc-devtools v1.2.3
Cocos Creator 网页调试器,运行时查看、修改节点树,实时更新节点属性。
## TODO

View File

@ -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>