Update mouse position during file drag and drop
This commit is contained in:
parent
a4b7e3c9f6
commit
0a04c5734b
2 changed files with 20 additions and 14 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue