Ver código fonte

取消注释

Yansen 1 ano atrás
pai
commit
4f28acb5e0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/components/NavMenu/SubMenu.jsx

+ 1
- 1
src/components/NavMenu/SubMenu.jsx Ver arquivo

@@ -10,7 +10,7 @@ export default function SubMenu(props) {
10 10
 
11 11
   const onMouseLeaveCapture = e => {
12 12
     if (e.target === ref.current) {
13
-      // onShowChange(false);
13
+      onShowChange(false);
14 14
     }
15 15
   }
16 16