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 a…
Show more
LDEV-4714 Fix SVG generation in authoringSince LD opening in authoring is async now, there was a race conditionbetween opening LD and an attempt to save its thumbnail. Instead ofgoing back to sync solution, a callback was implemented that runs onlywhen LD is already open.
Show less