Update ext-storage.js
This commit is contained in:
@@ -161,7 +161,7 @@ export default {
|
|||||||
svgEditor.setConfig({no_save_warning: true}); // No need for explicit saving at all once storage is on
|
svgEditor.setConfig({no_save_warning: true}); // No need for explicit saving at all once storage is on
|
||||||
// svgEditor.showSaveWarning = false;
|
// svgEditor.showSaveWarning = false;
|
||||||
|
|
||||||
const {curPrefs} = svgEditor;
|
const {curPrefs} = svgEditor.configObj;
|
||||||
|
|
||||||
Object.entries(curPrefs).forEach(([key, val]) => {
|
Object.entries(curPrefs).forEach(([key, val]) => {
|
||||||
const store = (val !== undefined);
|
const store = (val !== undefined);
|
||||||
|
|||||||
Reference in New Issue
Block a user