izuzak / atom-pdf-view

Support for viewing PDF files in Atom.
https://atom.io/packages/pdf-view
MIT License
106 stars 30 forks source link

Allow scrollToPage only after updating is complete #157

Closed yitzchak closed 7 years ago

yitzchak commented 7 years ago

Calling forwardSync immediately after opening fails if the document is still updating. Moving the reset of the update flag before loading the document and adding check in scrollToPage fixes.

izuzak commented 7 years ago

Thanks! ⚡️