mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-18 17:02:15 +00:00
fix: image input copy-paste
This commit is contained in:
parent
f99fbc06fc
commit
d314ea56f6
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ function handleFile ({ target }) {
|
|||
</div>
|
||||
<input type='file' class='d-none' id='search-image' accept='image/*' on:input={handleFile}>
|
||||
<div class='col-auto p-10 d-flex'>
|
||||
<button class='btn bg-dark material-icons font-size-18 px-5 align-self-end shadow-lg border-0' type='button' on:click={searchClear} class:text-primary={!!current}>
|
||||
<button class='btn bg-dark material-icons font-size-18 px-5 align-self-end shadow-lg border-0' type='button'>
|
||||
<label for='search-image' class='pointer'>
|
||||
image
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue