forked from openlp/openlp
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:
commit
cf675a7e7b
@ -357,8 +357,10 @@ var Display = {
|
|||||||
controls: false,
|
controls: false,
|
||||||
progress: false,
|
progress: false,
|
||||||
history: false,
|
history: false,
|
||||||
|
keyboard: false,
|
||||||
overview: false,
|
overview: false,
|
||||||
center: false,
|
center: false,
|
||||||
|
touch: false,
|
||||||
help: false,
|
help: false,
|
||||||
transition: "none",
|
transition: "none",
|
||||||
backgroundTransition: "none",
|
backgroundTransition: "none",
|
||||||
|
@ -88,8 +88,10 @@ describe("The Display object", function () {
|
|||||||
controls: false,
|
controls: false,
|
||||||
progress: false,
|
progress: false,
|
||||||
history: false,
|
history: false,
|
||||||
|
keyboard: false,
|
||||||
overview: false,
|
overview: false,
|
||||||
center: false,
|
center: false,
|
||||||
|
touch: false,
|
||||||
help: false,
|
help: false,
|
||||||
transition: "none",
|
transition: "none",
|
||||||
backgroundTransition: "none",
|
backgroundTransition: "none",
|
||||||
|
Loading…
Reference in New Issue
Block a user