dylman123 / final-captions-pro

A MacOS app which automatically generates customisable open captions in Final Cut Pro X
1 stars 0 forks source link

15 second seek button is publishing videoPos too quickly to list #48

Closed dylman123 closed 4 years ago

dylman123 commented 4 years ago

Looks like a threading issue

dylman123 commented 4 years ago

Fixed by swapping the .onReceive(app.$videoPos) for .onChange(of: app.videoPos) modifier. It works much more cleanly.