Merge branch 'more-fixes' into mfm
This commit is contained in:
commit
5ca430a1c0
358 changed files with 11941 additions and 10638 deletions
|
|
@ -455,7 +455,13 @@ export default {
|
|||
// slots updated -> rerender -> emit -> update up the tree -> rerender -> ...
|
||||
// at least until vue3?
|
||||
const result = (
|
||||
<span class={['RichContent', this.faint ? '-faint' : '', this.allowNonSquareEmoji ? '-allow-non-square-emoji' : '']}>
|
||||
<span
|
||||
class={[
|
||||
'RichContent',
|
||||
this.faint ? '-faint' : '',
|
||||
this.allowNonSquareEmoji ? '-allow-non-square-emoji' : '',
|
||||
]}
|
||||
>
|
||||
{this.collapse
|
||||
? pass2.map((x) => {
|
||||
if (!Array.isArray(x)) return x.replace(/\n/g, ' ')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue