We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d2d0e commit e3a55c9Copy full SHA for e3a55c9
src/itemService.js
@@ -75,7 +75,7 @@ if (window.zenumlDesktop) {
75
76
async setItem(id, item) {
77
// Saving imageBase64 in localStorage often cause errors due to size limit.
78
- item.imageBase64 = undefined;
+ delete item.imageBase64;
79
const d = deferred();
80
var remotePromise;
81
// TODO: check why we need to save locally always?
0 commit comments