remove key

main
raboid 6 years ago committed by Michael Fix
parent 1c1b1cb2f9
commit 8c2ce87c45

@ -286,7 +286,7 @@ class Editor extends React.Component {
return ( return (
<div className="editor"> <div className="editor">
<Toolbar> <Toolbar>
<Themes key={theme} update={this.updateState} theme={theme} highlights={highlights} /> <Themes update={this.updateState} theme={theme} highlights={highlights} />
<Dropdown <Dropdown
icon={languageIcon} icon={languageIcon}
selected={ selected={

Loading…
Cancel
Save