Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait until saving has finished before resetting `PDFViewerApplication…
…._saveInProgress` (PR 12137 follow-up) I obviously missed this during review, but currently `PDFViewerApplication._saveInProgress` is reset *synchronously* in `PDFViewerApplication.save`. That was probably not intended, since it essentially renders the `PDFViewerApplication._saveInProgress` check pointless given that the actual saving is an *asynchronously* operation.
- Loading branch information