ソースを参照

Remove leftover comment.

Co-authored-by: Maciej <jodator@jodator.net>
Tomek Wytrębowicz 5 年 前
コミット
283280f8d3
1 ファイル変更0 行追加1 行削除
  1. 0 1
      packages/ckeditor5-typing/src/twostepcaretmovement.js

+ 0 - 1
packages/ckeditor5-typing/src/twostepcaretmovement.js

@@ -116,7 +116,6 @@ export class TwoStepCaretMovement extends Plugin {
 		const view = editor.editing.view;
 		const locale = editor.locale;
 
-		// const twoStepCaretHandler = new TwoStepCaretHandler( model, emitter, attribute );
 		const modelSelection = model.document.selection;
 
 		// Listen to keyboard events and handle the caret movement according to the 2-step caret logic.