@lancom/shared 0.0.344 → 0.0.345
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.
|
@@ -167,7 +167,6 @@ export default {
|
|
|
167
167
|
return this.printAreaZoomSize?.width;
|
|
168
168
|
},
|
|
169
169
|
isZoomIn() {
|
|
170
|
-
console.log('selectedLayer: ', this.selectedLayer);
|
|
171
170
|
return this.zoomPrintArea && !!this.selectedLayer;
|
|
172
171
|
},
|
|
173
172
|
printAreaZoomInStyles() {
|
|
@@ -274,9 +273,6 @@ export default {
|
|
|
274
273
|
if (this.$refs.editor) {
|
|
275
274
|
this.$refs.editor.toogleBoundBox(state, printAreaOption);
|
|
276
275
|
}
|
|
277
|
-
},
|
|
278
|
-
zoomOut() {
|
|
279
|
-
|
|
280
276
|
}
|
|
281
277
|
}
|
|
282
278
|
};
|