Skip to content

Commit 4f6dfe1

Browse files
committed
Fix new micropython pico projct webview crash on enter
Signed-off-by: paulober <[email protected]>
1 parent 09dc24c commit 4f6dfe1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/webview/newMicroPythonProjectPanel.mts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ print("Finished.")\r\n`;
522522
<main class="container max-w-3xl xl:max-w-5xl mx-auto relative top-14 snap-y mb-20">
523523
<div id="section-basic" class="snap-start">
524524
<h3 class="text-xl font-semibold text-gray-900 dark:text-white mb-4">Basic Settings</h3>
525-
<form>
526525
<div id="project-name-grid" class="grid gap-6 md:grid-cols-2">
527526
<div>
528527
<label for="inp-project-name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Name</label>
@@ -654,7 +653,6 @@ print("Finished.")\r\n`;
654653
</button>
655654
</div>
656655
</div>
657-
</form>
658656
</div>
659657
660658
<div class="bottom-3 mt-8 mb-12 w-full flex justify-end">

0 commit comments

Comments
 (0)