Explorar el Código

fix: can not choose emoji (#716)

bowen hace 1 año
padre
commit
9485cc9308
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}/>