Explorar el Código

Fix merge conflicts.

Maciej Gołaszewski hace 6 años
padre
commit
f74a82003b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.