dylman123 / final-captions-pro

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

Transcriber gets killed if window is resized during the process #51

Closed dylman123 closed 4 years ago

dylman123 commented 4 years ago

Could be the observable object being destroyed when view is updated? Maybe use @StateObject ?

dylman123 commented 4 years ago

Yep. Changing to @StateObject fixed this!