Selaa lähdekoodia

Fix merge conflicts.

Maciej Gołaszewski 6 vuotta sitten
vanhempi
sitoutus
f74a82003b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      packages/ckeditor5-mention/src/mentionui.js

+ 1 - 1
packages/ckeditor5-mention/src/mentionui.js

@@ -568,7 +568,7 @@ function getFeedText( marker, text ) {
 
 	const match = text.match( regExp );
 
-	return match[ 3 ];
+	return match[ 2 ];
 }
 
 // The default feed callback.