Initial Proof of concept

main
Dillon Mulroy 7 years ago committed by Brian Dennis
parent 7a2b778204
commit 7f026d79b9

@ -146,6 +146,7 @@ class Editor extends React.Component {
resetDefaultSettings() {
console.log('DEFAULT_SETTINGS', DEFAULT_SETTINGS)
this.setState(DEFAULT_SETTINGS)
localStorage.clear()
}
upload() {

Loading…
Cancel
Save