fix: image quality switch on previewer
parent
98d79b8ed9
commit
c0d85f3d85
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue