fix: double negative causing windows to never become ready
This commit is contained in:
parent
84f3210819
commit
42e3afb568
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ where
|
|||
style,
|
||||
|
||||
ready: true,
|
||||
a11y_ready: !cfg!(not(feature = "a11y")),
|
||||
a11y_ready: cfg!(not(feature = "a11y")),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue