@ckeditor/ckeditor5-widget 0.0.0-nightly-20250304.0 → 0.0.0-nightly-20250305.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
@@ -673,9 +673,9 @@ const PLUGIN_DISABLED_EDITING_ROOT_CLASS = 'ck-widget__type-around_disabled';
673
673
  return false;
674
674
  }
675
675
  // @if CK_DEBUG_TYPING // if ( ( window as any ).logCKETyping ) {
676
- // @if CK_DEBUG_TYPING // console.info( '%c[WidgetTypeAround]%c Fake caret -> insert paragraph',
677
- // @if CK_DEBUG_TYPING // 'font-weight: bold; color: green', ''
678
- // @if CK_DEBUG_TYPING // );
676
+ // @if CK_DEBUG_TYPING // console.info( ..._buildLogMessage( this, 'WidgetTypeAround',
677
+ // @if CK_DEBUG_TYPING // 'Fake caret -> insert paragraph',
678
+ // @if CK_DEBUG_TYPING // ) );
679
679
  // @if CK_DEBUG_TYPING // }
680
680
  const selectedModelElement = modelSelection.getSelectedElement();
681
681
  this._insertParagraph(selectedModelElement, typeAroundFakeCaretPosition);