web/remux: add processing state, clean file, prevent render loop
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
export let classes = "";
|
||||
|
||||
export let draggedOver = false;
|
||||
export let file: File;
|
||||
export let file: File | undefined;
|
||||
|
||||
const dropHandler = async (ev: DragEvent) => {
|
||||
draggedOver = false;
|
||||
|
||||
Reference in New Issue
Block a user