Fixing #5: React to screen resize
This commit is contained in:
parent
a355060d91
commit
c1de282c0e
@ -366,3 +366,7 @@ function hideTopicList() {
|
|||||||
topicList.style.visibility = 'hidden';
|
topicList.style.visibility = 'hidden';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function reactToResizing() {
|
||||||
|
goToSlide(currentSlide);
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user