@ckeditor/ckeditor5-widget 0.0.0-nightly-20250506.0 → 0.0.0-nightly-20250507.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
@@ -1056,7 +1056,7 @@ const PLUGIN_DISABLED_EDITING_ROOT_CLASS = 'ck-widget__type-around_disabled';
1056
1056
  this._listenToIfEnabled(viewDocument, 'compositionstart', ()=>{
1057
1057
  this._insertParagraphAccordingToFakeCaretPosition();
1058
1058
  }, {
1059
- priority: 'high'
1059
+ priority: 'highest'
1060
1060
  });
1061
1061
  }
1062
1062
  }