fix: button sticker

deskripsi:
- logic if sticker isEmpty
This commit is contained in:
2025-05-20 14:47:32 +08:00
parent 02bbdfd5f6
commit 37430081d8
2 changed files with 44 additions and 120 deletions

View File

@@ -120,12 +120,6 @@ export function Forum_V3_Create({ userLoginId }: { userLoginId: string }) {
opened={opened}
quillRef={quillRef}
dataSticker={sticker}
// listEmotions={emotion}
// onEmotionSelect={(val) => {
// console.log("val >>", val);
// // setEmotion(val ? [val] : []);
// // onLoadSticker(val ? [val] : []);
// }}
/>
<Forum_ButtonCreatePosting value={editorContent} />