confined htmx polling on _gatekeeper.html to permit continuous typing; previous behavior kicked mobile user out of keyboard input every 3s period
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div
|
||||
id="id_gate_wrapper"
|
||||
hx-get="{% url 'epic:gate_status' room.id %}"
|
||||
hx-trigger="every 3s"
|
||||
hx-trigger="every 3s [!document.activeElement.closest('#id_gate_wrapper')]"
|
||||
hx-swap="outerHTML"
|
||||
>
|
||||
<div class="gate-overlay">
|
||||
|
||||
Reference in New Issue
Block a user