Starting Latex tests.

This commit is contained in:
Adsooi 2024-10-20 00:11:35 +02:00
parent 14c092b9fa
commit e35f6cebec
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
7 changed files with 164 additions and 9 deletions

View file

@ -22,7 +22,8 @@ const DEFAULT_SETTINGS = {
"check_for_updates": true,
"reset_redo_stack": true,
"last_install_greet": "0",
"enable_latex": false,
"enable_latex": true,
"enable_latex_async": true,
"expression_editor": {
"autoclose": true,
"colorize": true,

View file

@ -22,10 +22,7 @@ const PIXEL = "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQAAAAA3bvkkAAAACklEQVR4AWNgAAAAA
export class MockLatex {
constructor() {
}
get supportsAsyncRender() {
return true
this.supportsAsyncRender = true
}
/**