mirror of
https://github.com/mue/mue.git
synced 2026-07-14 12:34:03 +02:00
fix: Firefox text-rendering issues
This commit is contained in:
@@ -147,7 +147,7 @@ function NavbarOptions() {
|
||||
|
||||
useEffect(() => {
|
||||
localStorage.setItem(settingName, isDisabled ? 'false' : 'true');
|
||||
}, [isDisabled]);
|
||||
}, [isDisabled, settingName]);
|
||||
|
||||
const handleClick = () => {
|
||||
setIsDisabled(!isDisabled);
|
||||
|
||||
Reference in New Issue
Block a user