Update Node.svelte
This commit is contained in:
parent
f669d6411c
commit
3ab2c427ca
|
@ -20,8 +20,8 @@
|
|||
<div class="body">
|
||||
{#if data.nodeType == "input"}
|
||||
<select bind:value={data.name}>
|
||||
<option value="punch.mp4">punch.mp4</option>
|
||||
<option value="shoe.mp4">shoe.mp4</option>
|
||||
<option value="rick.webm">rick.webm</option>
|
||||
<option value="monke.webm">monke.webm</option>
|
||||
</select>
|
||||
{:else}
|
||||
{data.name}
|
||||
|
|
Loading…
Reference in New Issue