mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
emit empty event(to create new record of today if not exists)
This commit is contained in:
@@ -19,6 +19,7 @@ export function init () {
|
|||||||
if (records == null) {
|
if (records == null) {
|
||||||
saveAllRecords([])
|
saveAllRecords([])
|
||||||
}
|
}
|
||||||
|
emit(null)
|
||||||
|
|
||||||
postRecords()
|
postRecords()
|
||||||
if (window != null) {
|
if (window != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user