AssetPreview for smaller devices

This commit is contained in:
2026-04-17 15:04:07 +03:00
parent caafeae0e7
commit f66c683c84
3 changed files with 3 additions and 3 deletions
@@ -275,9 +275,7 @@ export default {
resize(){
let r = this.$refs.target;
this.debug('resizing!!', r.clientWidth, r.clientHeight, r)
engine.resize(r.clientWidth, r.clientHeight);
//this.zoom = Math.min(r.clientWidth / this.viewBox.w, r.clientHeight / this.viewBox.h);
},
}
}