Skip to content

Commit c31b70f

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

File tree

5 files changed

+316
-315
lines changed

5 files changed

+316
-315
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

deps.cirru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
|calcit-lang/memof |main
77
|Respo/respo.calcit |main
88
|Respo/reel.calcit |main
9-
|Respo/respo-markdown.calcit |0.4.7
9+
|Respo/respo-markdown.calcit |0.4.8
1010
|Respo/respo-ui.calcit |0.6.2

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)