bds-dashboard/web/js/htmx.ts
Matheus Sampaio Queiroga 9d16350e2d
Update codes
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2024-08-22 21:39:35 -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;