소스 검색

Merge pull request #6775 from Bloadrick/master

Removing a line that was causing the theme to reset at each script loading
David Catuhe 6 년 전
부모
커밋
19aafcf74b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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();
                 }