Merge branch 'fix-display-keypress-issues' into 'master'

Fix display keypress issues

Closes #323

See merge request openlp/openlp!71
This commit is contained in:
Tomas Groth 2019-11-02 05:21:02 +00:00
commit cf675a7e7b
2 changed files with 4 additions and 0 deletions

View File

@ -357,8 +357,10 @@ var Display = {
controls: false,
progress: false,
history: false,
keyboard: false,
overview: false,
center: false,
touch: false,
help: false,
transition: "none",
backgroundTransition: "none",

View File

@ -88,8 +88,10 @@ describe("The Display object", function () {
controls: false,
progress: false,
history: false,
keyboard: false,
overview: false,
center: false,
touch: false,
help: false,
transition: "none",
backgroundTransition: "none",