mirror of
https://github.com/alexandernicholson/s3panoramic.git
synced 2026-05-05 06:20:41 +09:00
fix: weird DOM targetting issues
This commit is contained in:
parent
2e7ea64543
commit
a99386865d
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user