Skip to content

Commit

Permalink
Don't complete single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Sep 8, 2015
1 parent 9e57324 commit 9238395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paren_soup/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
(when-let [text (case char-code
57 ")"
219 (if (.-shiftKey event) "}" "]")
222 (if (.-shiftKey event) "\"" "")
222 (when (.-shiftKey event) "\"")
nil)]
(.insertNode (.getRangeAt sel 0)
(.createTextNode js/document text)))
Expand Down

0 comments on commit 9238395

Please sign in to comment.