ui-ace icon indicating copy to clipboard operation
ui-ace copied to clipboard

add a line to remove ace warning

Open kristw opened this issue 9 years ago • 7 comments

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 avatar May 13 '15 22:05 kristw

Any chance of merging this?

kristw avatar Jun 30 '15 22:06 kristw

+1

brettstack avatar Jul 13 '15 23:07 brettstack

+1

tkambler avatar Jul 27 '15 14:07 tkambler

Still no merge?

corneadoug avatar Sep 02 '15 02:09 corneadoug

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

utuhori avatar Oct 25 '15 20:10 utuhori

Any update on this?

owenthereal avatar Dec 31 '15 23:12 owenthereal

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)

annelorraineuy avatar Aug 09 '16 20:08 annelorraineuy