浏览代码

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}/>