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…
Откажи
Сачувај