@leankylin-sheet/react 4.0.15 → 4.0.16
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 +5 -2
- package/dist/index.js +5 -2
- package/dist/index.umd.js +5 -2
- package/dist/index.umd.min.js +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -2467,11 +2467,14 @@ var NotationBoxes = function NotationBoxes() {
|
|
|
2467
2467
|
style: {
|
|
2468
2468
|
width: "100%",
|
|
2469
2469
|
height: "100%",
|
|
2470
|
-
overflow: "
|
|
2470
|
+
overflow: "auto",
|
|
2471
2471
|
display: "flex",
|
|
2472
2472
|
flexDirection: "column"
|
|
2473
2473
|
},
|
|
2474
|
-
|
|
2474
|
+
onContextMenu: function onContextMenu(e) {
|
|
2475
|
+
return e.stopPropagation();
|
|
2476
|
+
},
|
|
2477
|
+
onWheelCapture: function onWheelCapture(e) {
|
|
2475
2478
|
return e.stopPropagation();
|
|
2476
2479
|
},
|
|
2477
2480
|
id: "".concat(commentId, "-editor"),
|
package/dist/index.js
CHANGED
|
@@ -2477,11 +2477,14 @@ var NotationBoxes = function NotationBoxes() {
|
|
|
2477
2477
|
style: {
|
|
2478
2478
|
width: "100%",
|
|
2479
2479
|
height: "100%",
|
|
2480
|
-
overflow: "
|
|
2480
|
+
overflow: "auto",
|
|
2481
2481
|
display: "flex",
|
|
2482
2482
|
flexDirection: "column"
|
|
2483
2483
|
},
|
|
2484
|
-
|
|
2484
|
+
onContextMenu: function onContextMenu(e) {
|
|
2485
|
+
return e.stopPropagation();
|
|
2486
|
+
},
|
|
2487
|
+
onWheelCapture: function onWheelCapture(e) {
|
|
2485
2488
|
return e.stopPropagation();
|
|
2486
2489
|
},
|
|
2487
2490
|
id: "".concat(commentId, "-editor"),
|
package/dist/index.umd.js
CHANGED
|
@@ -95815,11 +95815,14 @@
|
|
|
95815
95815
|
style: {
|
|
95816
95816
|
width: "100%",
|
|
95817
95817
|
height: "100%",
|
|
95818
|
-
overflow: "
|
|
95818
|
+
overflow: "auto",
|
|
95819
95819
|
display: "flex",
|
|
95820
95820
|
flexDirection: "column"
|
|
95821
95821
|
},
|
|
95822
|
-
|
|
95822
|
+
onContextMenu: function onContextMenu(e) {
|
|
95823
|
+
return e.stopPropagation();
|
|
95824
|
+
},
|
|
95825
|
+
onWheelCapture: function onWheelCapture(e) {
|
|
95823
95826
|
return e.stopPropagation();
|
|
95824
95827
|
},
|
|
95825
95828
|
id: "".concat(commentId, "-editor"),
|