mirror of
https://github.com/webslides/WebSlides.git
synced 2025-09-02 17:42:45 +02:00
Fix navigation previous link
This commit is contained in:
@@ -1735,7 +1735,7 @@ var Navigation = function () {
|
||||
event.preventDefault();
|
||||
if (event.target === this.next) {
|
||||
this.ws_.goNext();
|
||||
} else if (event.target === this.next) {
|
||||
} else if (event.target === this.prev) {
|
||||
this.ws_.goPrev();
|
||||
} else {
|
||||
this.ws_.toggleZoom();
|
||||
|
Reference in New Issue
Block a user