[#9480] Fix cutting of the last char in blockquote
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
"blockquote"
|
||||
(conj acc [react/view (style/blockquote-style (and outgoing (not pinned)))
|
||||
[react/text-class (style/blockquote-text-style (and outgoing (not pinned)))
|
||||
(.substring literal 0 (dec (.-length literal)))]])
|
||||
(.substring literal 0 (.-length literal))]])
|
||||
|
||||
"codeblock"
|
||||
(conj acc [react/view {:style style/codeblock-style}
|
||||
|
||||
Reference in New Issue
Block a user