Commit ff2fc1a8 authored by F-loat's avatar F-loat Committed by ι™ˆεΈ…

fix: judgment condition of autoHideHeader state

parent 8bb04158
......@@ -101,7 +101,7 @@ class SettingDarwer extends PureComponent {
}
}
if (key === 'fixedHeader') {
if (value) {
if (!value) {
nextState.autoHideHeader = false;
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment