8
0
Эх сурвалжийг харах

Another fix for mention-custom-view.

Maciej Gołaszewski 6 жил өмнө
parent
commit
e4e23ca41c

+ 1 - 1
packages/ckeditor5-mention/tests/manual/mention-custom-view.js

@@ -56,7 +56,7 @@ class CustomMentionAttributeView extends Plugin {
 					class: 'mention',
 					'data-mention': modelAttributeValue.name,
 					'href': modelAttributeValue.link
-				} );
+				}, { id: modelAttributeValue._id } );
 			},
 			converterPriority: 'high'
 		} );