fix: image quality switch on previewer

This commit is contained in:
Ramires Viana 2021-03-25 14:24:46 +00:00
parent 98d79b8ed9
commit c0d85f3d85

View File

@ -88,6 +88,10 @@ export default {
},
watch: {
src: function () {
if (!this.decodeUTIF()) {
this.$refs.imgex.src = this.src;
}
this.scale = 1;
this.setZoom();
this.setCenter();