mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix(client): MFM関数構文のサジェストで括弧を無視するように
This commit is contained in:
parent
02e62a109b
commit
e47ee12884
@ -120,7 +120,7 @@ export class Autocomplete {
|
||||
if (isMfmTag && !opened) {
|
||||
const mfmTag = text.substr(mfmTagIndex + 1);
|
||||
if (!mfmTag.includes(' ')) {
|
||||
this.open('mfmTag', mfmTag);
|
||||
this.open('mfmTag', mfmTag.replace('[', ''));
|
||||
opened = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user