@leankylin-sheet/react 4.0.14 → 4.0.15
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.esm.js +3 -0
- package/dist/index.js +3 -0
- package/dist/index.umd.js +3 -0
- package/dist/index.umd.min.js +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -2415,6 +2415,9 @@ var NotationBoxes = function NotationBoxes() {
|
|
|
2415
2415
|
onDoubleClick: function onDoubleClick(e) {
|
|
2416
2416
|
return e.stopPropagation();
|
|
2417
2417
|
},
|
|
2418
|
+
onPaste: function onPaste(e) {
|
|
2419
|
+
return e.stopPropagation();
|
|
2420
|
+
},
|
|
2418
2421
|
className: "luckysheet-postil-show-main",
|
|
2419
2422
|
style: {
|
|
2420
2423
|
width: width,
|
package/dist/index.js
CHANGED
|
@@ -2425,6 +2425,9 @@ var NotationBoxes = function NotationBoxes() {
|
|
|
2425
2425
|
onDoubleClick: function onDoubleClick(e) {
|
|
2426
2426
|
return e.stopPropagation();
|
|
2427
2427
|
},
|
|
2428
|
+
onPaste: function onPaste(e) {
|
|
2429
|
+
return e.stopPropagation();
|
|
2430
|
+
},
|
|
2428
2431
|
className: "luckysheet-postil-show-main",
|
|
2429
2432
|
style: {
|
|
2430
2433
|
width: width,
|
package/dist/index.umd.js
CHANGED
|
@@ -95763,6 +95763,9 @@
|
|
|
95763
95763
|
onDoubleClick: function onDoubleClick(e) {
|
|
95764
95764
|
return e.stopPropagation();
|
|
95765
95765
|
},
|
|
95766
|
+
onPaste: function onPaste(e) {
|
|
95767
|
+
return e.stopPropagation();
|
|
95768
|
+
},
|
|
95766
95769
|
className: "luckysheet-postil-show-main",
|
|
95767
95770
|
style: {
|
|
95768
95771
|
width: width,
|