feat.便签组件

This commit is contained in:
lincube
2026-04-12 12:14:25 +08:00
parent cb96180118
commit 4a89c2388b
9 changed files with 613 additions and 13 deletions

View File

@@ -4286,6 +4286,10 @@ public partial class MainWindow
{
whiteboard.ForceSaveNote();
}
else if (contentHost?.Child is StickyNoteWidget stickyNote)
{
stickyNote.ForceSave();
}
}
}
}