Merge branch 'fix_5388'

This commit is contained in:
Oliver Blanthorn 2026-07-22 10:36:54 +02:00
commit a578e0641f
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -3872,6 +3872,7 @@ export function version() {
//#content
export function mode(mode: ModeName) {
// TODO: event emition on mode change.
if (mode === undefined) throw new Error("Mode must be provided!")
if (mode === "hint") {
hint()
} else {