mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-09 22:36:05 +00:00
Make the full screen plugin work again
This commit is contained in:
@@ -22,9 +22,9 @@ var toggleFullScreen = function() {
|
||||
|
||||
exports.startup = function() {
|
||||
// Install the full screen handler
|
||||
document.addEventListener("tw-full-screen",function(event) {
|
||||
$tw.rootWidget.addEventListener("tw-full-screen",function(event) {
|
||||
toggleFullScreen();
|
||||
},false);
|
||||
});
|
||||
};
|
||||
|
||||
})();
|
||||
|
Reference in New Issue
Block a user