Skip to content

Commit da06079

Browse files
committed
fix tab event
1 parent 4bb0d80 commit da06079

File tree

4 files changed

+315
-314
lines changed

4 files changed

+315
-314
lines changed

calcit.cirru

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
:style $ {} (:margin-top 20) (:padding "\"0 8px") (:min-width 160)
149149
[] (&{} :name :tag-match :title "|Pattern matching") (&{} :name :component :title |Component) (&{} :name :persistent-data :title "|Persistent data") (&{} :name :pipeline :title "|Pipeline macro")
150150
fn (info d!)
151-
d! cursor $ :name info
151+
d! cursor $ nth info 1
152152
comp-cirru-snippet
153153
trim $ pick-demo state
154154
{} $ :style

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"devDependencies": {
88
"bottom-tip": "^0.1.5",
9-
"vite": "^6.0.11"
9+
"vite": "^6.2.0"
1010
},
1111
"version": "0.0.1"
1212
}

0 commit comments

Comments
 (0)