LDEV-4714 Fix SVG generation in authoring Since LD opening in authoring is async now, there was a race condition between opening LD and an attempt to save its thumbnail. Instead of going back to sync solution, a callback was implemented that runs only when LD is already open.