fix(dearrow): remove > from DeArrow titles (#1999)
This commit is contained in:
parent
fd9c675942
commit
6ee50d30f6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ async function embedDidMount(this: Component<Props>) {
|
|||
|
||||
if (hasTitle) {
|
||||
embed.dearrow.oldTitle = embed.rawTitle;
|
||||
embed.rawTitle = titles[0].title;
|
||||
embed.rawTitle = titles[0].title.replace(/ >(\S)/g, " $1");
|
||||
}
|
||||
|
||||
if (hasThumb) {
|
||||
|
|
Loading…
Reference in a new issue