8
0
فهرست منبع

Added undo to manual tests.

Piotrek Koszuliński 9 سال پیش
والد
کامیت
b6c6f1eb4a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/ckeditor5-heading/tests/manual/headings.js

+ 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;