add applyPreset back

main
raboid 6 years ago committed by Michael Fix
parent 6526d15134
commit 796e8f8b33

@ -293,6 +293,8 @@ class Editor extends React.Component {
} }
} }
applyPreset = ({ id: preset, ...settings }) => this.updateState({ preset, ...settings })
format = () => format = () =>
formatCode(this.state.code) formatCode(this.state.code)
.then(this.updateCode) .then(this.updateCode)

Loading…
Cancel
Save