How Can We Help?
Can you disable the mentions option?
Yes, you can disable the mentions option.
If you do not want to see the mentions option menu when you type @.
Simply use CSS to disable it.
To disable the mentions option, you just need to paste this code on your CSS editor.
.mention-tooltip {
display: none !important;
}