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…
取消
儲存