This commit is contained in:
Oliver Davies 2025-09-29 22:36:04 +01:00
parent 569104f479
commit de97a22813

View file

@ -192,4 +192,6 @@ func onSave(id int) {
title := getTitle(id) title := getTitle(id)
CommitZettel(id, title) CommitZettel(id, title)
// TODO: Or delete the file if empty.
} }