diff --git a/components/Editor.js b/components/Editor.js index 88048ff..a3404bf 100644 --- a/components/Editor.js +++ b/components/Editor.js @@ -218,7 +218,7 @@ class Editor extends React.Component { updateSetting(key, value) { this.updateState({ [key]: value }) - if (Object.prototype.hasOwnProperty.call(DEFAULT_SETTINGS, key) && key !== 'preset') { + if (Object.prototype.hasOwnProperty.call(DEFAULT_SETTINGS, key)) { this.updateState({ preset: null }) } } diff --git a/lib/constants.js b/lib/constants.js index 49a8ed3..ee3dc00 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -1052,8 +1052,7 @@ export const DEFAULT_SETTINGS = { exportSize: '2x', watermark: false, squaredImage: false, - hiddenCharacters: false, - preset: 'preset:4' + hiddenCharacters: false } export const DEFAULT_PRESETS = [