Update mouse position during file drag and drop

This commit is contained in:
Kirill Bulatov 2023-10-26 13:50:35 +02:00
parent a4b7e3c9f6
commit 0a04c5734b
2 changed files with 20 additions and 14 deletions

View file

@ -56,7 +56,6 @@ impl<S: 'static + Send + Sync> Pane<S> {
.children(self.children.drain(..)),
)
.child(
// TODO kb! Figure out why we can't we see the red background when we drag a file over this div.
div()
.z_index(1)
.id("drag-target")