fix cw-note erasing parts of the note

This commit is contained in:
Hazelnoot 2025-09-19 12:01:36 -04:00
parent e68e0266a4
commit 0e6caa625c
2 changed files with 55 additions and 9 deletions

View file

@ -118,7 +118,7 @@ type MinimumUser = {
uri: MiUser['uri'];
};
type Option = {
export type Option = {
createdAt?: Date | null;
name?: string | null;
text?: string | null;