Skip to content

Commit

Permalink
Update histograms upon currentFrame change
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Jun 27, 2023
1 parent 5274457 commit 90653fc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ export default {
this.fetchHistogram()
},
watch: {
currentFrame() {
this.fetchHistogram()
},
histogram() {
// allow rerender to occur first
nextTick().then(() => {
Expand Down

0 comments on commit 90653fc

Please sign in to comment.