mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
intersect once instead of revealed #394
This commit is contained in:
parent
704c41a25f
commit
8267e69306
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
<ul class="dropdown-menu" style="max-width: 240px">
|
||||
<div
|
||||
hx-get="{{ url_for('chat.chat_options', conversation_id=current_conversation) }}"
|
||||
hx-trigger="revealed"
|
||||
hx-trigger="intersect once"
|
||||
hx-target="this"
|
||||
hx-swap="outerHTML"
|
||||
></div>
|
||||
|
|
Loading…
Reference in a new issue