Closed petargyurov closed 3 years ago
We are re-initialising the progress bar when we should be using .progress("set percent", x)
.progress("set percent", x)
Currently occuring in nextImage and prevImage functions.
nextImage
prevImage
We are re-initialising the progress bar when we should be using
.progress("set percent", x)
Currently occuring in
nextImage
andprevImage
functions.