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
On the browser REPL, when multiple-line command is entered and there's matching parentheses/brackets where the opening paren/bracket is on a different line than the "active" line, the opening paren/bracket is not highlighted.
So far I managed to observe that this is a CSS bug, that is somehow related to the line-height parameter of certain div elements, but not yet figured out how to solve it.
There should be a way to modify the JQuery Terminal CSS file for a robust solution.
Bug preview:
The text was updated successfully, but these errors were encountered:
Already spent a few hours on this one, and I didn't succeed in fixing it. I'm not familiar enough with CSS and even if I were, I'm not sure that it's a simple solution. Is this one a must?
On the browser REPL, when multiple-line command is entered and there's matching parentheses/brackets where the opening paren/bracket is on a different line than the "active" line, the opening paren/bracket is not highlighted.
So far I managed to observe that this is a CSS bug, that is somehow related to the line-height parameter of certain div elements, but not yet figured out how to solve it.
There should be a way to modify the JQuery Terminal CSS file for a robust solution.
Bug preview:
The text was updated successfully, but these errors were encountered: