Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing
startWorkerTask
calls in the "SaveDocument" handler
Without these calls we'll not actually wait for saving to complete when document destruction runs; compare with other `WorkerTask`-usage in this file. While I cannot imagine that this has caused any problems for library users, the code is however not technically correct as-is.
- Loading branch information