diff --git a/openlp/core/lib/htmlbuilder.py b/openlp/core/lib/htmlbuilder.py index 16ef12547..db5a6cd77 100644 --- a/openlp/core/lib/htmlbuilder.py +++ b/openlp/core/lib/htmlbuilder.py @@ -182,6 +182,7 @@ sup { */ text.innerHTML = new_text; text.style.opacity = '1'; + // Wait until the text is completely visible. window.setTimeout(function(){timer = null;}, 400); }