crobi il y a 10 ans
Parent
révision
e48ede6e25
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      generator/js/ui.ts

+ 1
- 0
generator/js/ui.ts Voir le fichier

@@ -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…
Annuler
Enregistrer