close #7 fullscreen text
This commit is contained in:
parent
0522cbeaac
commit
a4f1035e74
2 changed files with 6 additions and 1 deletions
|
|
@ -235,6 +235,9 @@ const index = (() => {
|
|||
}
|
||||
navigation.resize();
|
||||
UpdateFullScreenNavigate();
|
||||
|
||||
// change hover text
|
||||
document.getElementById('ToggleFullScreen').title = 'Exit fullscreen';
|
||||
};
|
||||
|
||||
const ExitFullscreen = () => {
|
||||
|
|
@ -255,6 +258,8 @@ const index = (() => {
|
|||
document.msExitFullscreen();
|
||||
}
|
||||
navigation.resize();
|
||||
// change hover text
|
||||
document.getElementById('ToggleFullScreen').title = 'Enter fullscreen';
|
||||
};
|
||||
|
||||
const btnNavigateMenuClick = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue