forked from openlp/openlp
Fix display keypress issues
This commit is contained in:
parent
db8e21fee4
commit
a94449d8bc
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user