Enha: avoid replacing div that connects to sse

This commit is contained in:
Grail Finder
2025-07-11 12:43:04 +03:00
parent b64c3a4eab
commit 566d645230
9 changed files with 12 additions and 10 deletions

View File

@ -13,7 +13,9 @@
</head>
<body>
<div id="ancestor" hx-ext="sse" sse-connect="/sub/sse">
<div id="main-content">
{{template "main" .}}
</div>
</div>
</body>
</html>