fix: weird DOM targetting issues

This commit is contained in:
Alexander Nicholson 4584443+DragonStuff@users.noreply.github.com
2024-11-19 01:05:02 +09:00
parent 2e7ea64543
commit a99386865d
4 changed files with 33 additions and 18 deletions

View File

@@ -7,8 +7,7 @@ export function objectList(result: ListObjectsResult) {
<div class="folder">
<a href="/?prefix=${prefix}"
hx-get="/?prefix=${prefix}"
hx-target="#browser-navigation, #browser-content"
hx-swap="innerHTML"
hx-target="#browser-content"
hx-push-url="true">
📁 ${prefix}
</a>