Jakub T. Jankiewicz
Jakub T. Jankiewicz
Maybe you have an error in JavaScript console, maybe other part of the code stopped JS to execute or maybe there is other code that use mousewheel and that interfere....
You some how make terminal throw internal error, did you modified `$.terminal.defaults.formatters`. Do you do something in console. can you copy paste what did you typed to the terminal?
Ok I got the exception, will investigate, when I fix the error we need test again the scroll issue.
Can you test again on the terminal website have few bugs, I accidentaly deployed src version and didn't update the demo code after 2.18.0. It was small change in the...
Sorry I cannot reproduce it, can you tell me exact steps, maybe you do some kind any clicks or keystrokes. The only issue I see is that the page scroll...
Do you have anything in the console after that exception go away? You can try to debug it in the browser. Try adding break point in this line: ``` function...
there are two ways: ```javascript $('...').terminal(function(command) { // command will be "sudo rm -rf" // but it will not work if something type double space between sudo and rm or...
Also to make `...args` working you will need `checkArity: false` because by default the library is checking how many arguments you have.
@SynergyBest please do not close this issue, I use it to remember to add this to documentation.
Add Note about wrapping.