@toast-ui/editor-plugin-table-merged-cell
Advanced tools
Comparing version 3.0.1 to 3.0.2
/*! | ||
* TOAST UI Editor : Table Merged Cell Plugin | ||
* @version 3.0.1 | Wed Oct 27 2021 | ||
* @version 3.0.2 | Thu Feb 10 2022 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -572,3 +572,3 @@ * @license MIT | ||
return { | ||
node: this.table.nodeAt(cellInfo.offset - 1), | ||
node: this.table.nodeAt(cellInfo.offset - this.tableStartOffset), | ||
pos: cellInfo.offset, | ||
@@ -588,3 +588,3 @@ startSpanIdx: startSpanIdx, | ||
return { | ||
node: this.table.nodeAt(cellInfo.offset - 1), | ||
node: this.table.nodeAt(cellInfo.offset - this.tableStartOffset), | ||
pos: cellInfo.offset, | ||
@@ -1235,4 +1235,4 @@ startSpanIdx: startSpanIdx, | ||
}(); | ||
module.exports = __webpack_exports__.default; | ||
module.exports = __webpack_exports__["default"]; | ||
/******/ })() | ||
; |
{ | ||
"name": "@toast-ui/editor-plugin-table-merged-cell", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TOAST UI Editor : Table Merged Cell Plugin", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67568