This commit is contained in:
ct
2025-07-15 02:06:05 +08:00
parent 593ea61576
commit 6838c542f5
2 changed files with 11 additions and 0 deletions

View File

@@ -38,6 +38,11 @@ const useMediaStore = create(
set({ selectedBackground: background });
},
// Update current caption when user edits text
updateCurrentCaption: (caption) => {
set({ currentCaption: caption });
},
// Clear selections
clearSelectedMeme: () => {
set({ selectedMeme: null });