mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
top cap shadow
This commit is contained in:
parent
2a689e1da2
commit
9ee4acb1c1
2 changed files with 6 additions and 2 deletions
|
@ -24,7 +24,10 @@ const ImageEditor: FC<IProps> = ({
|
|||
}, [eventPreventer]);
|
||||
|
||||
return (
|
||||
<form className={styles.uploads} onDrop={e => { console.log(e.dataTransfer.files);}}>
|
||||
<form
|
||||
className={styles.uploads}
|
||||
onDrop={e => { console.log(e.dataTransfer.files);}}
|
||||
>
|
||||
<div>{data.type}</div>
|
||||
</form>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue