feat: edit page
This commit is contained in:
@@ -8,9 +8,17 @@
|
||||
minHeight?: string;
|
||||
files?: FileList;
|
||||
required?: boolean;
|
||||
scrollPosition?: number;
|
||||
}
|
||||
|
||||
let { name, height, minHeight, files = $bindable(), ...rest }: Props = $props();
|
||||
let {
|
||||
name,
|
||||
height,
|
||||
minHeight,
|
||||
files = $bindable(),
|
||||
scrollPosition = $bindable(),
|
||||
...rest
|
||||
}: Props = $props();
|
||||
</script>
|
||||
|
||||
<label
|
||||
@@ -34,6 +42,7 @@
|
||||
}
|
||||
files = dt.files;
|
||||
}}
|
||||
bind:scrollPosition
|
||||
/>
|
||||
{:else}
|
||||
<div class="message">
|
||||
|
||||
Reference in New Issue
Block a user