Skip to content

Commit

Permalink
Fix new micropython pico projct webview crash on enter
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Sep 26, 2024
1 parent 09dc24c commit 4f6dfe1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/webview/newMicroPythonProjectPanel.mts
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ print("Finished.")\r\n`;
<main class="container max-w-3xl xl:max-w-5xl mx-auto relative top-14 snap-y mb-20">
<div id="section-basic" class="snap-start">
<h3 class="text-xl font-semibold text-gray-900 dark:text-white mb-4">Basic Settings</h3>
<form>
<div id="project-name-grid" class="grid gap-6 md:grid-cols-2">
<div>
<label for="inp-project-name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Name</label>
Expand Down Expand Up @@ -654,7 +653,6 @@ print("Finished.")\r\n`;
</button>
</div>
</div>
</form>
</div>
<div class="bottom-3 mt-8 mb-12 w-full flex justify-end">
Expand Down

0 comments on commit 4f6dfe1

Please sign in to comment.