Bug fix for saving Zoom info. Removed more old commented out references to on: Svelte 4 code.

This commit is contained in:
Scott Idem
2026-03-23 14:27:46 -04:00
parent a14320d9ed
commit 5bed167829
2 changed files with 1 additions and 6 deletions

View File

@@ -182,7 +182,7 @@
</div>
{/each} -->
<!-- <form on:submit|preventDefault={handle_submit_form_clip} class="av_util_mp4_clip form space-y-4"> -->
<!-- <form class="av_util_mp4_clip form space-y-4"> -->
<!-- <label class="label">Start time (HH:MM:SS) <input type="text" name="start_time" value="00:00:00" placeholder="HH:MM:SS (00:01:30)" class="input w-32" /></label>
<label class="label">End time (HH:MM:SS) <input type="text" name="end_time" value="01:59:59" placeholder="HH:MM:SS (01:05:25)" class="input w-32" /></label>