crobi 10 년 전
부모
커밋
e48ede6e25
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      generator/js/ui.ts

+ 1
- 0
generator/js/ui.ts 파일 보기

@@ -491,6 +491,7 @@ module RpgCardsUI {
491 491
         (<any>editor).setOption("wrap", "free");
492 492
         editor.setTheme("ace/theme/chrome");
493 493
         editor.getSession().setMode("ace/mode/rpgcard");
494
+        editor.$blockScrolling = Infinity;
494 495
 
495 496
         setup_color_selector();
496 497
         (<any>$('.icon-list')).typeahead({ source: icon_names });

Loading…
취소
저장