From cf44a550a1fb49affd383f51c3e0ae6281007fb7 Mon Sep 17 00:00:00 2001
From: piotr-suwala <112620304+piotr-suwala@users.noreply.github.com>
Date: Wed, 20 Sep 2023 13:29:52 +0200
Subject: [PATCH] Ad hoc link (#121)
* feat(samples): remove createChannel from gs app (#111)
* feat(lib): add a space
* feat(lib): revert files
* feat(lib): revert files
---------
Co-authored-by: Przemek Janowski
---
lib/src/mentions-utils.ts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/lib/src/mentions-utils.ts b/lib/src/mentions-utils.ts
index 052d22e8..a2f4e2c0 100644
--- a/lib/src/mentions-utils.ts
+++ b/lib/src/mentions-utils.ts
@@ -150,6 +150,12 @@ export class MentionsUtils {
link: word,
},
})
+ arrayOfTextElements.push({
+ type: "text",
+ content: {
+ text: " ",
+ },
+ })
}
return
}