Default snippet list on fresh install is empty
GaurangTandon opened this issue · 1 comments
GaurangTandon commented
Both Ubuntu and Windows
Unable to replicate this on the local dev branch. Probably got fixed midway :? Able to replicate now
GaurangTandon commented
Interestingly enough, I noticed that doing a DBLoad after reinstalling the extension pulls out an empty array. The localStorage property firstInstall
is correctly detected. The sequence is:
init()
-Data.snippets
is correctly set to its default value. sets a timeout to load databaseDB_load
-Data.snippets
is now set to an empty array instead.