This commit is contained in:
2026-02-10 00:37:32 +01:00
parent 6db27c7953
commit 812e8a55ca
3 changed files with 6 additions and 1 deletions

View File

@@ -1072,6 +1072,10 @@ export function initEditor() {
}
return;
}
if (d.type === 'content:loaded') {
hideVeil();
return;
}
        
        // neue Bridge meldet gjs:ready; ältere evtl. core-ready/bridge:ready
        if (d.type === 'gjs:ready' || d.type === 'core-ready' || d.type === 'bridge:ready' || d.type === 'bridge:booted') {