소스 검색

fix: can not choose emoji (#716)

bowen 1 년 전
부모
커밋
9485cc9308
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/app/components/explore/create-app-modal/index.tsx

+ 1 - 1
web/app/components/explore/create-app-modal/index.tsx

@@ -45,7 +45,7 @@ const CreateAppModal = ({
     <>
       <Modal
         isShow={show}
-        onClose={onHide}
+        onClose={() => {}}
         className={cn(s.modal, '!max-w-[480px]', 'px-8')}
       >
         <span className={s.close} onClick={onHide}/>