fix copying mentions as plain text
This commit is contained in:
@@ -16,7 +16,10 @@ export type SuggestionMatch = {
|
||||
|
||||
export function findSuggestionMatch(config: Trigger): SuggestionMatch {
|
||||
const {
|
||||
char, allowSpaces, startOfLine, $position,
|
||||
char,
|
||||
allowSpaces,
|
||||
startOfLine,
|
||||
$position,
|
||||
} = config
|
||||
|
||||
// cancel if top level node
|
||||
|
||||
Reference in New Issue
Block a user