🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fc-components/menu

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fc-components/menu - npm Package Compare versions

Comparing version
1.2.19
to
1.2.20
+1
-1
package.json
{
"name": "@fc-components/menu",
"version": "1.2.19",
"version": "1.2.20",
"description": "The Menu component used for flashcat.",

@@ -5,0 +5,0 @@ "main": "src/index.tsx",

@@ -72,3 +72,6 @@ import React, { Fragment, useRef } from 'react';

className='float-fc-menu-sub-title'
onClick={(e) => onItemClick([item.key, children[0].key])}
onClick={(e) => {
setMenuActive([item.key]);
onItemClick([item.key, children[0].key]);
}}
onMouseEnter={() => {

@@ -75,0 +78,0 @@ setMenuActive([item.key]);