Skip to content

Commit

Permalink
Ad hoc link (#121)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
piotr-suwala and Salet authored Sep 20, 2023
1 parent 5d566b4 commit cf44a55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/src/mentions-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ export class MentionsUtils {
link: word,
},
})
arrayOfTextElements.push({
type: "text",
content: {
text: " ",
},
})
}
return
}
Expand Down

0 comments on commit cf44a55

Please sign in to comment.