chore: clean up
This commit is contained in:
parent
78b400e8b0
commit
ebce02c253
|
@ -310,7 +310,6 @@ export default defineComponent({
|
||||||
|
|
||||||
this.emojis = matched;
|
this.emojis = matched;
|
||||||
} else if (this.type === 'mfmTag') {
|
} else if (this.type === 'mfmTag') {
|
||||||
console.log(this.q);
|
|
||||||
if (this.q == null || this.q == '') {
|
if (this.q == null || this.q == '') {
|
||||||
this.mfmTags = MFM_TAGS;
|
this.mfmTags = MFM_TAGS;
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue