clear highlight state on theme selector change

main
Mike Fix 3 years ago
parent 7284f81685
commit bab13b044a

@ -253,7 +253,7 @@ class Editor extends React.Component {
} }
} }
updateTheme = theme => this.updateState({ theme }) updateTheme = theme => this.updateState({ theme, highlights: null })
updateHighlights = updates => updateHighlights = updates =>
this.setState(({ highlights = {} }) => ({ this.setState(({ highlights = {} }) => ({
highlights: { highlights: {

Loading…
Cancel
Save