Update
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user