bds/web_src/js/htmx.ts
Matheus Sampaio Queiroga 83906d1085 Initial commit
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2025-01-26 21:30:11 -03:00

7 lines
231 B
TypeScript

// https://github.com/bigskysoftware/idiomorph#htmx
import 'idiomorph/dist/idiomorph-ext.js';
// https://htmx.org/reference/#config
window.htmx.config.requestClass = 'is-loading';
window.htmx.config.scrollIntoViewOnBoost = false;