@ckeditor/ckeditor5-table 46.0.0-alpha.0 → 46.0.0-alpha.2
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.
package/dist/index.js
CHANGED
|
@@ -8089,6 +8089,7 @@ const BALLOON_POSITIONS = /* #__PURE__ */ (()=>[
|
|
|
8089
8089
|
* to the selected table cell in the editor content.
|
|
8090
8090
|
*
|
|
8091
8091
|
* @param editor The editor instance.
|
|
8092
|
+
* @internal
|
|
8092
8093
|
*/ function getBalloonCellPositionData(editor) {
|
|
8093
8094
|
const mapper = editor.editing.mapper;
|
|
8094
8095
|
const domConverter = editor.editing.view.domConverter;
|