fix: mark window ready after adapter created
This commit is contained in:
parent
3b7f0bec0e
commit
5fa8b72a21
2 changed files with 21 additions and 6 deletions
|
|
@ -82,7 +82,8 @@ where
|
|||
theme_mode,
|
||||
default_theme,
|
||||
style,
|
||||
ready: true,
|
||||
|
||||
ready: cfg!(not(feature = "a11y")),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue