You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the bug report! I haven't supported Firefox because it doesn't support the contenteditable= "plaintext-only" setting for text input fields. Without this, browsers tend to play fast-and-loose with newline characters and do things like adding trailing newlines and inserting duplicate carriage return \r characters and sometimes using <br> instead of \n. But because the scale format relies on \n characters to delimit scale intervals, this behavior led to extra notes being added in the scale and extra characters being added to scale interval expressions.
This is an issue with your code, it shouldn't depend on Chromium
The text was updated successfully, but these errors were encountered: