javascript:S7770

This commit is contained in:
Henry Jameson 2026-08-04 00:19:34 +03:00
commit 11c4239ceb
10 changed files with 19 additions and 19 deletions

View file

@ -335,7 +335,7 @@ export default {
this.pauseMfm ? '-pause' : '',
this.scaleMfm ? '-scale' : '',
]
.filter((x) => x)
.filter(Boolean)
.join(' ')
newAttrs['data-mfm-operator'] = mfmOperator
switch (mfmOperator) {