You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the widget I use is to configure a new widget, where I can select the type and some data, once save I add a new empty widget ( so there is always one empty for new). I want to override the serialize option not to save the empty one, but currently doing serialize: function() { return; } will save null in the storage. I've tried different variation but it doesn't look like it is possible to simply not serialize one of the entries.
The text was updated successfully, but these errors were encountered:
One of the widget I use is to configure a new widget, where I can select the type and some data, once save I add a new empty widget ( so there is always one empty for new). I want to override the
serialize
option not to save the empty one, but currently doingserialize: function() { return; }
will savenull
in the storage. I've tried different variation but it doesn't look like it is possible to simply not serialize one of the entries.The text was updated successfully, but these errors were encountered: