Commit 5552f710 by Sixong.Zhu

text-message

parent f4f3f12f
Showing with 2 additions and 2 deletions
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
@Component({ components: {} }) @Component({ components: {} })
export default class Index extends BaseMessage { export default class Index extends BaseMessage {
private readonly emptyText = " "; protected readonly emptyText = " ";
private format2Link(text: string) { protected format2Link(text: string) {
let t = replaceText2Link(text); let t = replaceText2Link(text);
const keywords = xim.getMatchedTextKeywords(); const keywords = xim.getMatchedTextKeywords();
for (const item of keywords) { for (const item of keywords) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment