Fixing #5: React to screen resize

This commit is contained in:
Knoch 2020-06-02 15:52:35 +02:00
parent a355060d91
commit c1de282c0e

View File

@ -365,4 +365,8 @@ function hideTopicList() {
if (topicList.style.visibility === 'visible') {
topicList.style.visibility = 'hidden';
}
}
function reactToResizing() {
goToSlide(currentSlide);
}