Skip to content

Commit 85e82a4

Browse files
committed
refactor(playground): add draft management support
1 parent 3798529 commit 85e82a4

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

web-app/index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -667,13 +667,11 @@ <h2 class="playground-title">🐍 Python Playground</h2>
667667
Delete Draft
668668
</button>
669669
</div>
670+
<div id="draftStatus" class="draft-status">
671+
No draft loaded
672+
</div>
670673
</div>
671-
<div id="pythonEditor" aria-label="Python code editor" role="textbox" aria-multiline="true"></div>
672-
<div id="draftStatus" class="draft-status">
673-
No draft loaded
674-
</div>
675-
</div>
676-
</section>
674+
</section>
677675
</main>
678676

679677
<!-- Project Modal -->

0 commit comments

Comments
 (0)