From a94449d8bc623d2fe92be601dcea17d02c6b15bc Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 2 Nov 2019 05:21:01 +0000 Subject: [PATCH] Fix display keypress issues --- openlp/core/display/html/display.js | 2 ++ tests/js/test_display.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/openlp/core/display/html/display.js b/openlp/core/display/html/display.js index 0eda27cfa..6d9284a2c 100644 --- a/openlp/core/display/html/display.js +++ b/openlp/core/display/html/display.js @@ -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", diff --git a/tests/js/test_display.js b/tests/js/test_display.js index 857e78507..748ad9b6e 100644 --- a/tests/js/test_display.js +++ b/tests/js/test_display.js @@ -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",