This commit is contained in:
JMARyA 2025-01-16 23:04:46 +01:00
parent 18c51e88d1
commit cd3d4a5a6d
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 5 additions and 1 deletions

View file

@ -75,5 +75,7 @@ impl LinkWidget {
.hx_target(Selector::Query("#main_content".to_string()))
.hx_push_url()
.hx_swap(SwapStrategy::innerHTML)
.hx_boost()
.hx_disabled_elt(Selector::This)
}
}