Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #77 from ckeditor/t/ckeditor5/645
Browse files Browse the repository at this point in the history
Feature: Updated icons for compatibility with the refreshed Lark theme. Minor adjustment in toolbar configuration (see ckeditor/ckeditor5#645).
  • Loading branch information
Reinmar committed Feb 2, 2018
2 parents 72e0836 + 8feea16 commit 254cd89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/manual/undo.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Italic from '@ckeditor/ckeditor5-basic-styles/src/italic';
ClassicEditor
.create( document.querySelector( '#editor' ), {
plugins: [ Enter, Typing, Paragraph, Heading, Undo, Bold, Italic ],
toolbar: [ 'headings', 'bold', 'italic', 'undo', 'redo' ]
toolbar: [ 'headings', '|', 'bold', 'italic', 'undo', 'redo' ]
} )
.then( editor => {
window.editor = editor;
Expand Down
2 changes: 1 addition & 1 deletion theme/icons/redo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion theme/icons/undo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 254cd89

Please sign in to comment.