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 #158 from ckeditor/t/83
Browse files Browse the repository at this point in the history
Fix: Remove selection contents on `keydown` before the composition starts. Closes #83. Closes #150.

BREAKING CHANGE: `@ckeditor/ckeditor5-typing/src/changebuffer.js` was moved to `@ckeditor/ckeditor5-typing/src/utils/changebuffer.js';
  • Loading branch information
Reinmar authored Jun 28, 2018
2 parents 967add0 + 093d037 commit ab1b46d
Show file tree
Hide file tree
Showing 9 changed files with 662 additions and 491 deletions.
2 changes: 1 addition & 1 deletion src/deletecommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Command from '@ckeditor/ckeditor5-core/src/command';
import Selection from '@ckeditor/ckeditor5-engine/src/model/selection';
import Element from '@ckeditor/ckeditor5-engine/src/model/element';
import Range from '@ckeditor/ckeditor5-engine/src/model/range';
import ChangeBuffer from './changebuffer';
import ChangeBuffer from './utils/changebuffer';
import count from '@ckeditor/ckeditor5-utils/src/count';

/**
Expand Down
Loading

0 comments on commit ab1b46d

Please sign in to comment.