fix: 修改 cropperImage 渲染问题
This commit is contained in:
parent
defd87dfc7
commit
b4d001475a
@ -1,5 +1,12 @@
|
||||
# @zhst/biz
|
||||
|
||||
## 0.21.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @zhst/meta@0.20.1
|
||||
|
||||
## 0.21.1
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@zhst/biz",
|
||||
"version": "0.21.1",
|
||||
"version": "0.21.2",
|
||||
"description": "业务库",
|
||||
"keywords": [
|
||||
"business",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @zhst/material
|
||||
|
||||
## 0.17.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fix: 修改 cropperImage 渲染问题
|
||||
- Updated dependencies
|
||||
- @zhst/meta@0.20.1
|
||||
- @zhst/biz@0.21.2
|
||||
|
||||
## 0.17.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@zhst/material",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"description": "物料库",
|
||||
"keywords": [
|
||||
"business",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @zhst/utils
|
||||
|
||||
## 0.20.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fix: 修改 cropperImage 渲染问题
|
||||
- Updated dependencies
|
||||
- @zhst/meta@0.20.1
|
||||
|
||||
## 0.20.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@zhst/meta",
|
||||
"version": "0.20.0",
|
||||
"version": "0.20.1",
|
||||
"description": "原子组件",
|
||||
"keywords": [
|
||||
"meta",
|
||||
|
@ -133,7 +133,7 @@ const CropperImage = forwardRef<CropperImageRefProps, CropperImageProps>((props,
|
||||
viewerRef.current = null;
|
||||
viewerRef.current?.clearShape?.();
|
||||
}
|
||||
}, [])
|
||||
}, [url])
|
||||
|
||||
const cropStartRef = useRef<any>(null)
|
||||
const cropEndRef = useRef<any>(null)
|
||||
|
Loading…
Reference in New Issue
Block a user