mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web/remux: rename DropReceiver component
This commit is contained in:
@ -30,6 +30,9 @@
|
||||
on:dragend={() => {
|
||||
draggedOver = false;
|
||||
}}
|
||||
on:dragleave={() => {
|
||||
draggedOver = false;
|
||||
}}
|
||||
>
|
||||
<slot></slot>
|
||||
</div>
|
Reference in New Issue
Block a user