A minor mistake
#1813
Replies: 1 comment
-
Sorry for the delayed answer. Yes, it is indeed wrong, but this code is nowadays unused so the impact should be zero. Nevertheless the problem is fixed now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/CoderLine/alphaTab/blob/develop/src/platform/javascript/HtmlElementContainer.ts#L39
The
this.element.scrollTop = value
on line 39 should bethis.element.scrollLeft = value
.Beta Was this translation helpful? Give feedback.
All reactions