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
@@ -125,7 +125,7 @@ const selectId = id ? `select-${id}` : undefined;
id && (
<CaptureScript>
<!-- BEGIN SELECT -->
<script define:vars={{ selectId, showSearch }}>
<script is:inline define:vars={{ selectId, showSearch }}>
function initSelect() {
window.tabler_select ??= {};