|
@@ -3,7 +3,7 @@
|
|
|
* For licensing, see LICENSE.md.
|
|
* For licensing, see LICENSE.md.
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
-import Command from '../command/command.js';
|
|
|
|
|
|
|
+import Command from '../core/command/command.js';
|
|
|
import Element from '../engine/model/element.js';
|
|
import Element from '../engine/model/element.js';
|
|
|
import LivePosition from '../engine/model/liveposition.js';
|
|
import LivePosition from '../engine/model/liveposition.js';
|
|
|
import Position from '../engine/model/position.js';
|
|
import Position from '../engine/model/position.js';
|
|
@@ -12,7 +12,7 @@ import Position from '../engine/model/position.js';
|
|
|
* The Enter command. It is used by the {@link enter.Enter Enter feature} to handle the <kbd>Enter</kbd> key.
|
|
* The Enter command. It is used by the {@link enter.Enter Enter feature} to handle the <kbd>Enter</kbd> key.
|
|
|
*
|
|
*
|
|
|
* @member enter
|
|
* @member enter
|
|
|
- * @extends ckeditor5.command.Command
|
|
|
|
|
|
|
+ * @extends core.command.Command
|
|
|
*/
|
|
*/
|
|
|
export default class EnterCommand extends Command {
|
|
export default class EnterCommand extends Command {
|
|
|
_doExecute() {
|
|
_doExecute() {
|