N°7622 - Add carriage return after a block elements in ckeditor 5

This commit is contained in:
Stephen Abello
2024-07-03 15:26:05 +02:00
parent f98e92b255
commit 0b442a2e1a
8 changed files with 54 additions and 27 deletions

View File

@@ -1,9 +1,4 @@
/*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
*/
import { Plugin, type Editor } from '@ckeditor/ckeditor5-core';
import { Plugin, type Editor } from 'ckeditor5/src/core.js';
/**
* DetectChanges Plugin.
*