Tags: return an empty string for invalid inputs to mention()
This commit is contained in:
parent
7de57cc814
commit
e5092c98fa
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export class TagsPlugin extends ZeppelinPlugin<ITagsPluginConfig> {
|
||||||
return `<#${input}>`;
|
return `<#${input}>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return input;
|
return "";
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue