angular-ui / ui-ace

This directive allows you to add ACE editor elements.
http://angular-ui.github.io/ui-ace
MIT License
578 stars 172 forks source link

add a line to remove ace warning #111

Closed kristw closed 1 year ago

kristw commented 9 years ago

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;
kristw commented 9 years ago

Any chance of merging this?

brettstack commented 9 years ago

+1

tkambler commented 9 years ago

+1

corneadoug commented 9 years ago

Still no merge?

utuhori commented 8 years ago

Warning's still there since there haven't had any merge

owenthereal commented 8 years ago

Any update on this?

annelorraineuy commented 8 years ago

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)