@ckeditor/ckeditor5-widget 0.0.0-nightly-next-20250305.0 → 0.0.0-nightly-20250306.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @ckeditor/ckeditor5-widget might be problematic. Click here for more details.
package/dist/index.js
CHANGED
@@ -670,9 +670,9 @@ const PLUGIN_DISABLED_EDITING_ROOT_CLASS = 'ck-widget__type-around_disabled';
|
|
670
670
|
return false;
|
671
671
|
}
|
672
672
|
// @if CK_DEBUG_TYPING // if ( ( window as any ).logCKETyping ) {
|
673
|
-
// @if CK_DEBUG_TYPING // console.info(
|
674
|
-
// @if CK_DEBUG_TYPING // '
|
675
|
-
// @if CK_DEBUG_TYPING // );
|
673
|
+
// @if CK_DEBUG_TYPING // console.info( ..._buildLogMessage( this, 'WidgetTypeAround',
|
674
|
+
// @if CK_DEBUG_TYPING // 'Fake caret -> insert paragraph',
|
675
|
+
// @if CK_DEBUG_TYPING // ) );
|
676
676
|
// @if CK_DEBUG_TYPING // }
|
677
677
|
const selectedModelElement = modelSelection.getSelectedElement();
|
678
678
|
this._insertParagraph(selectedModelElement, typeAroundFakeCaretPosition);
|