Adding loading screen for rendering LaTeX formula when threaded setting is enabled.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
27c9fe0473
commit
727dda2623
13 changed files with 168 additions and 34 deletions
|
@ -23,7 +23,7 @@ const DEFAULT_SETTINGS = {
|
|||
"reset_redo_stack": true,
|
||||
"last_install_greet": "0",
|
||||
"enable_latex": true,
|
||||
"enable_latex_async": true,
|
||||
"enable_latex_threaded": true,
|
||||
"expression_editor": {
|
||||
"autoclose": true,
|
||||
"colorize": true,
|
||||
|
@ -113,4 +113,4 @@ export class MockHelper {
|
|||
throw new Error(`File not found.`)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue