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

Added undo to manual tests.

Piotrek Koszuliński 9 жил өмнө
parent
commit
b6c6f1eb4a

+ 2 - 2
packages/ckeditor5-heading/tests/manual/headings.js

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