Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Jul 23, 2024
1 parent 4f3e15f commit 402411a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions game/templates/game/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,16 +321,17 @@

</div>

<div id="ide" {% if not level.ideEnabled %} style="display: none;" {% endif %}>
<!-- <div id="ide" {% if not level.ideEnabled %} style="display: none;" {% endif %}>
<editor-wc
class="c-editor__wc"
data-editor-target="editor"
output_split_view="false"
code="print('Hello component')">
</editor-wc>
</div>
</div> -->

<div id="right" {% if level.ideEnabled %} style="display: none;" {% endif %}>
<!-- <div id="right" {% if level.ideEnabled %} style="display: none;" {% endif %}> -->
<div id="right">
<div id="tab_panes" class='no-print'>
<div id="blockly_pane" class="tab_pane">
<div id="blockCountDiv"></div>
Expand Down

0 comments on commit 402411a

Please sign in to comment.