ui-ace
ui-ace copied to clipboard
add a line to remove ace warning
Fix for Issue#104
Javascript console is currently flooded with this message
Automatically scrolling cursor into view after selection change this will be disabled in the next version set editor.$blockScrolling = Infinity to disable this message
Adding the line below remove the message
acee.$blockScrolling = Infinity;
Any chance of merging this?
+1
+1
Still no merge?
Warning's still there since there haven't had any merge
Any update on this?
Is there a way for me to keep this "automatic scrolling" behaviour and just turn off the warnings? I don't like it that when I paste a long line of JSON, the cursor doesn't reset back to the beginning (I prettify the json after a second or two)