Explorar el Código

Merge pull request #6775 from Bloadrick/master

Removing a line that was causing the theme to reset at each script loading
David Catuhe hace 6 años
padre
commit
19aafcf74b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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
                     // Restore language
                     this.parent.settingsPG.setScriptLanguage();
                     this.parent.settingsPG.setScriptLanguage();
                 }
                 }