mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 21:05:18 +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"
|
"blockquote"
|
||||||
(conj acc [react/view (style/blockquote-style (and outgoing (not pinned)))
|
(conj acc [react/view (style/blockquote-style (and outgoing (not pinned)))
|
||||||
[react/text-class (style/blockquote-text-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"
|
"codeblock"
|
||||||
(conj acc [react/view {:style style/codeblock-style}
|
(conj acc [react/view {:style style/codeblock-style}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user