@kep-platform/basic-component 0.0.38 → 0.0.39
Sign up to get free protection for your applications and to get access to all the features.
@@ -197,7 +197,7 @@ var ViewPortEntity = observer(function (props) {
|
|
197
197
|
return /*#__PURE__*/React.createElement(Container, {
|
198
198
|
style: viewPortStore.containerStyle,
|
199
199
|
onDoubleClick: function onDoubleClick(e) {
|
200
|
-
var container = e.
|
200
|
+
var container = e.currentTarget;
|
201
201
|
var _container$getBoundin = container.getBoundingClientRect(),
|
202
202
|
left = _container$getBoundin.left,
|
203
203
|
top = _container$getBoundin.top;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kep-platform/basic-component",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.39",
|
4
4
|
"description": "A react library developed with dumi",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "dist/index.js",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
49
|
"@ant-design/icons": "^5.3.7",
|
50
|
-
"@kep-platform/hooks": "^0.0.
|
50
|
+
"@kep-platform/hooks": "^0.0.39",
|
51
51
|
"color": "^4.2.3",
|
52
52
|
"rc-pagination": "^4.1.0",
|
53
53
|
"styled-components": "^6.1.11"
|
@@ -87,5 +87,5 @@
|
|
87
87
|
"authors": [
|
88
88
|
"lee-step-jss 1599925910@qq.com"
|
89
89
|
],
|
90
|
-
"gitHead": "
|
90
|
+
"gitHead": "4182b7887a19c0ab23c6cdc0084b83cd102c0418"
|
91
91
|
}
|