Replies: 2 comments
-
Hey @ahsanswr! I'm here to help you with any bugs, questions, or contributions you have. Let's get started! The To prevent the automatic insertion of the trigger character, you would need to modify the behavior of this function. Unfortunately, there isn't a built-in configuration option to change this behavior directly. You might consider customizing the plugin by altering the |
Beta Was this translation helpful? Give feedback.
-
It is not possible to achieve this behavior directly with this plugin. A possible solution would be to check whether there is a trigger character directly in front of the cursor and then deactivate the button. |
Beta Was this translation helpful? Give feedback.
-
Hey, whenever I call
openMentionMenu
, it auto inserts the trigger character. I have a button which I am using to call this. Issue is if the user presses the button multiple times it inserts multiple '@@@@...' into the editor, which is undesirable. I want the trigger char to only get inserted once user actually selects from the menu. Is this possible?Beta Was this translation helpful? Give feedback.
All reactions