mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-26 16:39:24 +00:00
[#9480] Fix cutting of the last char in blockquote
This commit is contained in:
parent
f0302e7cbf
commit
d5c865d092
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user