On some rare occasions, the two processes (saving and checking for changes) overlap. Because they contain async sub-steps, this can cause the C:\myFile.leo has changed outside Leo. Reload this outline? dialog to appear.
To fix: Have both those processes setup a promise to be waited for, before doing any of the two.
On some rare occasions, the two processes (saving and checking for changes) overlap. Because they contain async sub-steps, this can cause the
C:\myFile.leo has changed outside Leo. Reload this outline?
dialog to appear.To fix: Have both those processes setup a promise to be waited for, before doing any of the two.