Browse Source

Merge pull request #6775 from Bloadrick/master

Removing a line that was causing the theme to reset at each script loading
David Catuhe 6 năm trước cách đây
mục cha
commit
19aafcf74b
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      Playground/js/main.js

+ 0 - 2
Playground/js/main.js

@@ -591,8 +591,6 @@ class Main {
                         }
                     }
 
-                    // Restore theme
-                    this.parent.settingsPG.restoreTheme(this.parent.monacoCreator);
                     // Restore language
                     this.parent.settingsPG.setScriptLanguage();
                 }