intersect once instead of revealed #394

This commit is contained in:
rimu 2024-12-22 16:04:15 +13:00
parent 704c41a25f
commit 8267e69306

View file

@ -83,7 +83,7 @@
<ul class="dropdown-menu" style="max-width: 240px"> <ul class="dropdown-menu" style="max-width: 240px">
<div <div
hx-get="{{ url_for('chat.chat_options', conversation_id=current_conversation) }}" hx-get="{{ url_for('chat.chat_options', conversation_id=current_conversation) }}"
hx-trigger="revealed" hx-trigger="intersect once"
hx-target="this" hx-target="this"
hx-swap="outerHTML" hx-swap="outerHTML"
></div> ></div>