phi

I'm a Game Programmer and Frontend Engineer passionate about programming education. Math / C / C++ / C# / JavaScript / HTML5 / CSS3 / Python

phiaryjust a creator

最新版の Ace で "Automatically scrolling..." って警告が出だしたら

8 years ago

Ace で下記のような警告が出る場合.

Automatically scrolling cursor into view after selection change this will be disabled in the next version set editor.$blockScrolling = Infinity to disable this message  

editor 生成後に下記のコードを追加すれば ok!

editor.$blockScrolling = Infinity;