Explorar o código

Tests: added undo to the manual test.

Piotrek Koszuliński %!s(int64=9) %!d(string=hai) anos
pai
achega
377c741e08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-typing/tests/manual/selection.js

+ 1 - 1
packages/ckeditor5-typing/tests/manual/selection.js

@@ -8,7 +8,7 @@
 import ClassicEditor from '/ckeditor5/editor-classic/classic.js';
 
 ClassicEditor.create( document.querySelector( '#editor' ), {
-	features: [ 'enter', 'typing', 'paragraph' ],
+	features: [ 'enter', 'typing', 'paragraph', 'undo' ],
 	toolbar: []
 } )
 .then( editor => {