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:
@@ -19,6 +19,7 @@ export function init () {
|
||||
if (records == null) {
|
||||
saveAllRecords([])
|
||||
}
|
||||
emit(null)
|
||||
|
||||
postRecords()
|
||||
if (window != null) {
|
||||
|
||||
Reference in New Issue
Block a user