mirror of
https://github.com/tabler/tabler.git
synced 2026-08-30 13:51:28 +04:00
Clear remaining astro check hints in shared, docs, and screenshots (#2837)
This commit is contained in:
@@ -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), {
|
||||
|
||||
Reference in New Issue
Block a user