瀏覽代碼

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;