Fix fix of bookmarklet share link (#37)
Related issue: https://github.com/babashka/scittle/issues/36
This commit is contained in:
parent
a698bd4ed9
commit
25e9ea61af
|
@ -135,6 +135,6 @@
|
|||
[(fn []
|
||||
[:a {:href (str "?name=" (js/encodeURIComponent @*bookmark-name)
|
||||
"&code=" (js/encodeURIComponent @*code)
|
||||
" ")} "Copy this link to share ⤴️"])]]))
|
||||
"%20")} "Copy this link to share ⤴️"])]]))
|
||||
|
||||
(rdom/render [workspace] (.getElementById js/document "app"))
|
||||
|
|
Loading…
Reference in a new issue