Ver código fonte

Fixing after changes introduced in t/ckeditor5-engine/1236

Szymon Cofalik 7 anos atrás
pai
commit
66547da82c

+ 1 - 1
packages/ckeditor5-ui/tests/panel/balloon/contextualballoon.js

@@ -108,7 +108,7 @@ describe( 'ContextualBalloon', () => {
 				} ) );
 
 				editor.conversion.for( 'downcast' ).add( downcastElementToElement( {
-					model: 'widget',
+					model: 'nestedEditable',
 					view: () => new ViewEditableElement( 'figcaption', { contenteditable: 'true' } )
 				} ) );