Merge branch 'feat/fix-6b5ef2'

* feat/fix-6b5ef2:
  fix(focus-mode): load overlay chunk immediately to avoid blank screen
This commit is contained in:
Johannes Millan 2026-05-01 20:48:47 +02:00
commit 908c7e2508

View file

@ -27,7 +27,7 @@
}
<!-- -->
@if (isShowFocusOverlay()) {
@defer {
@defer (on immediate) {
<focus-mode-overlay @warp></focus-mode-overlay>
}
} @else {