Skip to content

Commit

Permalink
drop event propagation; bump 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jun 22, 2021
1 parent 20a19de commit 5d24b58
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 36 deletions.
6 changes: 5 additions & 1 deletion calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{} (:package |pointed-prompt)
:configs $ {} (:init-fn |pointed-prompt.app.main/main!) (:reload-fn |pointed-prompt.app.main/reload!)
:modules $ []
:version |0.0.2
:version |0.0.3
:files $ {}
|pointed-prompt.core $ {}
:ns $ quote
Expand Down Expand Up @@ -79,6 +79,7 @@
if textarea? (.-metaKey event) true
cb $ .-value input
.!remove root
.!stopPropagation event
.!addEventListener close "\"click" $ fn (event) (.!remove root)
when textarea?
set! (.-style submit) (style->string style-submit)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "0.0.2",
"version": "0.0.3",
"dependencies": {
"@calcit/procs": "^0.4.0-a6"
"@calcit/procs": "^0.4.0-a13"
},
"devDependencies": {
"vite": "^2.3.7"
"vite": "^2.3.8"
}
}
62 changes: 31 additions & 31 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d24b58

Please sign in to comment.