UX: add location picker to new not input element, fix #1665
This commit is contained in:
parent
5f918b607b
commit
a0d450407f
5 changed files with 103 additions and 59 deletions
|
@ -89,7 +89,9 @@
|
|||
<div
|
||||
class="pointer-events-none absolute top-0 left-0 flex h-full w-full items-center p-8 opacity-50"
|
||||
>
|
||||
<img class="h-full max-h-24" src="./assets/svg/move-arrows.svg" />
|
||||
<slot name="image">
|
||||
<img class="h-full max-h-24" src="./assets/svg/move-arrows.svg" />
|
||||
</slot>
|
||||
</div>
|
||||
|
||||
<DragInvitation hideSignal={mla.location} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue