Skip to content

Commit 90d8408

Browse files
committed
Fix bug about z-index between demo area and simulator
1 parent f172002 commit 90d8408

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

code.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,7 @@ Code.loadDemoArea = function () {
10071007
area.className += " show";
10081008
localStorage.demoArea = 'open';
10091009
btn.className = "notext toolMenu opened";
1010+
Code.setTopArea('demo');
10101011
}
10111012
Code.reloadSandbox();
10121013
};

0 commit comments

Comments
 (0)