mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-20 18:19:30 +00:00
fix: image quality switch on previewer
This commit is contained in:
parent
98d79b8ed9
commit
c0d85f3d85
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue