Skip to content

Commit

Permalink
v18
Browse files Browse the repository at this point in the history
  • Loading branch information
nullice committed Jul 23, 2017
1 parent d11dfa0 commit b6499d6
Show file tree
Hide file tree
Showing 7 changed files with 207 additions and 35,142 deletions.
298 changes: 170 additions & 128 deletions DVE/.idea/workspace.xml

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion DVE/Caryon/gobCaryon.js
Original file line number Diff line number Diff line change
Expand Up @@ -1105,9 +1105,12 @@ GobCaryon.prototype.updateSelect = async function () {
try
{

if (this.disableAttrPanel != true)// AttrPanel 关闭了,不需要更新
if (this.disableAttrPanel != true)
{
await this.updateGob();
} else
{// AttrPanel 关闭了,不需要更新
this.nowSwitching = false;
}

} catch (e)
Expand Down
Loading

0 comments on commit b6499d6

Please sign in to comment.