mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
Merge branch 'feat/fix-6b5ef2'
* feat/fix-6b5ef2: fix(focus-mode): load overlay chunk immediately to avoid blank screen
This commit is contained in:
commit
908c7e2508
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
<!-- -->
|
||||
@if (isShowFocusOverlay()) {
|
||||
@defer {
|
||||
@defer (on immediate) {
|
||||
<focus-mode-overlay @warp></focus-mode-overlay>
|
||||
}
|
||||
} @else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue