fix: navigation loop

This commit is contained in:
Alexander Nicholson 4584443+DragonStuff@users.noreply.github.com
2024-11-19 01:14:41 +09:00
parent a99386865d
commit 3c42336da3
4 changed files with 37 additions and 34 deletions

View File

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