mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-12 02:34:09 -08:00
Allow keyboard input while full screen
This commit is contained in:
parent
10ed746209
commit
6263c0b40d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ var toggleFullScreen = function() {
|
|||
if(document[$tw.browser.isFullScreen]) {
|
||||
document[$tw.browser.cancelFullScreen]();
|
||||
} else {
|
||||
document.documentElement[$tw.browser.requestFullScreen]();
|
||||
document.documentElement[$tw.browser.requestFullScreen](Element.ALLOW_KEYBOARD_INPUT);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue