canvas-editor-engine 2.1.19 → 2.1.20
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -1954,7 +1954,7 @@ var DrawService = function() {
|
|
1954
1954
|
};
|
1955
1955
|
DrawService.prototype.updateImageStateAfterVague = function(data) {
|
1956
1956
|
var imageData = data.imageData, position = data.position, size = data.size, quality = data.quality;
|
1957
|
-
console.log("this.appStoreRepository.store.imageState", this.appStoreRepository
|
1957
|
+
console.log("this.appStoreRepository.store.imageState", this.appStoreRepository);
|
1958
1958
|
this.appStoreRepository.store.imageState.reduce({
|
1959
1959
|
tempImageData: imageData,
|
1960
1960
|
position,
|