Skip to content

Commit b6499d6

Browse files
committed
v18
1 parent d11dfa0 commit b6499d6

File tree

7 files changed

+207
-35142
lines changed

7 files changed

+207
-35142
lines changed

DVE/.idea/workspace.xml

Lines changed: 170 additions & 128 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DVE/Caryon/gobCaryon.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,9 +1105,12 @@ GobCaryon.prototype.updateSelect = async function () {
11051105
try
11061106
{
11071107

1108-
if (this.disableAttrPanel != true)// AttrPanel 关闭了,不需要更新
1108+
if (this.disableAttrPanel != true)
11091109
{
11101110
await this.updateGob();
1111+
} else
1112+
{// AttrPanel 关闭了,不需要更新
1113+
this.nowSwitching = false;
11111114
}
11121115

11131116
} catch (e)

0 commit comments

Comments
 (0)