Files
once-campfire/app/javascript/helpers/turbo_helpers.js
Kevin McConnell df76a227dc Hello world
First open source release of Campfire 🎉
2025-08-21 09:31:59 +01:00

4 lines
110 B
JavaScript

export function pageIsTurboPreview() {
return document.documentElement.hasAttribute("data-turbo-preview")
}