Clear remaining astro check hints in shared, docs, and screenshots (#2837)

This commit is contained in:
Paweł Kuna
2026-08-08 17:17:40 +02:00
committed by GitHub
parent e520b327c1
commit 2777fff433
22 changed files with 48 additions and 31 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ const rangeId = `range-${id}`;
id && (
<CaptureScript>
<!-- BEGIN RANGE -->
<script define:vars={{ rangeId, startValue, connectValue, step, min, max }}>
<script is:inline define:vars={{ rangeId, startValue, connectValue, step, min, max }}>
function initRange() {
window.noUiSlider &&
noUiSlider.create(document.getElementById(rangeId), {