Fix fullscreen controls and refresh lint setup
This commit is contained in:
@@ -9,6 +9,7 @@ export const SettingsButton: React.FC = () => {
|
||||
return (
|
||||
<button
|
||||
className="control-button settings-button"
|
||||
onMouseDown={(event) => event.stopPropagation()}
|
||||
onClick={toggleSettings}
|
||||
aria-label="Settings"
|
||||
title="Settings"
|
||||
|
||||
Reference in New Issue
Block a user