LDEV-3490 Fix title breaking in progress bar The progress bar is not displayed when its elements get created. Javascript can not predict the…
Show more
LDEV-3490 Fix title breaking in progress barThe progress bar is not displayed when its elements get created.Javascript can not predict their dimensions. We need to create a dummy,visible Snap paper, adjust elements there and only add the final versionto the real paper.
Show less