@innovastudio/contentbuilder 1.4.130 → 1.4.131
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/package.json
CHANGED
|
@@ -79419,6 +79419,9 @@ class ContentBuilder {
|
|
|
79419
79419
|
}, 2000);
|
|
79420
79420
|
}
|
|
79421
79421
|
handleCellPaste(clipboardData, clipboardDataHtml) {
|
|
79422
|
+
if (localStorage.getItem('_pasteresult') !== null) {
|
|
79423
|
+
this.opts.paste = localStorage.getItem('_pasteresult');
|
|
79424
|
+
}
|
|
79422
79425
|
this.uo.saveForUndo();
|
|
79423
79426
|
const util = this.util;
|
|
79424
79427
|
util.saveSelection(); //required. Without this, CTRL-A (select element) & CTRL-V won't replace the element, but will paste at the end of the element.
|