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
@@ -25,7 +25,7 @@ const colorpickerSelector = `#colorpicker-${id}`
<input type="text" class={`form-control d-block${className ? ` ${className}` : ''}`} id={colorpickerId} value={value} aria-label={ariaLabel ?? 'Color value'} />
<CaptureScript>
<!-- BEGIN COLORPICKER -->
<script define:vars={{ colorpickerId, colorpickerSelector, alpha, format, swatchesOnly, swatchProps }}>
<script is:inline define:vars={{ colorpickerId, colorpickerSelector, alpha, format, swatchesOnly, swatchProps }}>
function initColorpicker() {
window.tabler_colorpicker ??= {}