fix: correct studio sequence navigation bar with correct Next and Previous button actions
This commit is contained in:
@@ -364,7 +364,7 @@
|
||||
|
||||
if ((direction === 'next') && (this.position >= this.contents.length)) {
|
||||
targetUrl = this.nextUrl;
|
||||
} else if ((direction === 'previous') && (this.position === 1)) {
|
||||
} else if ((direction === 'previous')) {
|
||||
targetUrl = this.prevUrl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user