Skip to content

Commit

Permalink
Fix testbench disappearing after layout mode (#3318)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr455 committed Oct 13, 2022
1 parent 6803ef1 commit d27a74b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simulator/src/layoutMode.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ export function toggleLayoutMode() {
$('#layoutDialog').fadeOut();
$('.layoutElementPanel').fadeOut();
$('.elementPanel').fadeIn();
$('.testbench-manual-panel').fadeIn();
if (!(window.screen.width > 1000)) {
$('.ce-panel').fadeOut();
$('#touchMenu').fadeIn();
Expand Down

0 comments on commit d27a74b

Please sign in to comment.