|
@@ -148,7 +148,6 @@ const handleCropping = async (data) => {
|
|
|
const appStore = await getStore();
|
|
|
const args = props.value!;
|
|
|
let imgUrl = args.inAdd ? ognFilesUrl.value : appStore.store.ognFilesUrl;
|
|
|
- console.log('titleShape', appStore, board.value, imgUrl);
|
|
|
const {width, height } = appStore.store.floors?.[0].bgImage;
|
|
|
const blob = await fetch(imgUrl || state.value.selectShape.data.url).then(res => res.blob());
|
|
|
const cropBlob = await imageCropper({
|