8
0
Pārlūkot izejas kodu

Merge pull request #16 from ckeditor/t/ckeditor5-typing/17

Fixed tests after package merged.
Szymon Cofalik 9 gadi atpakaļ
vecāks
revīzija
ca40df63ab

+ 1 - 1
packages/ckeditor5-editor-classic/tests/manual/classic.js

@@ -12,7 +12,7 @@ let editor, editable, observer;
 
 function initEditor() {
 	ClassicEditor.create( document.querySelector( '#editor' ), {
-		features: [ 'delete', 'enter', 'typing', 'paragraph', 'undo', 'headings', 'basic-styles/bold', 'basic-styles/italic' ],
+		features: [ 'enter', 'typing', 'paragraph', 'undo', 'headings', 'basic-styles/bold', 'basic-styles/italic' ],
 		toolbar: [ 'headings', 'bold', 'italic', 'undo', 'redo' ]
 	} )
 	.then( newEditor => {