Skip to content

Commit

Permalink
.computedStyleMap isn't supported on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Robo5399 committed Jan 6, 2025
1 parent 56eb92e commit f4626aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Sections/ConfigSection/ConfigSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ export function ConfigSection() {
<ConfigEditor
onCancel={() => setShowEditor(false)}
onSave={configString => {
console.log(
document.querySelector(':root')?.computedStyleMap().keys(),
);
setConfig(configString);
setShowEditor(false);
}}
Expand Down

0 comments on commit f4626aa

Please sign in to comment.