Adding loading screen for rendering LaTeX formula when threaded setting is enabled.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2024-10-27 02:40:42 +02:00
parent 27c9fe0473
commit 727dda2623
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
13 changed files with 168 additions and 34 deletions

View file

@ -25,7 +25,10 @@ import Objects from "./objects.mjs"
import History from "./history.mjs"
import Settings from "./settings.mjs"
class CanvasAPI extends Module {
/** @type {CanvasInterface} */
#canvas = null
/** @type {CanvasRenderingContext2D} */