1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

emit empty event(to create new record of today if not exists)

This commit is contained in:
Rokt33r
2015-12-08 00:28:08 +09:00
parent 27bbd77e8c
commit 634d58b3ca

View File

@@ -19,6 +19,7 @@ export function init () {
if (records == null) {
saveAllRecords([])
}
emit(null)
postRecords()
if (window != null) {