Skip to content

Commit

Permalink
Fix bugs for new UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ricktu288 committed Sep 17, 2023
1 parent a7f0563 commit c13d55c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simulator/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,8 @@ function JSONInput() {
document.getElementById('color_mode').checked = colorMode;
document.getElementById('color_mode_mobile').checked = colorMode;
modebtn_clicked(jsonData.mode);
document.getElementById('mode_' + jsonData.mode).checked = true;
document.getElementById('mode_' + jsonData.mode + '_mobile').checked = true;
selectObj(selectedObj);
}

Expand Down

0 comments on commit c13d55c

Please sign in to comment.