MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / closeMenu

Function closeMenu

src/components/Workspace/Layer/index.jsx:101–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 props.onPropertyChange({ type, selectElementId: props.nowId }, null, 'onMenuClick');
100 }
101 function closeMenu () {
102 setIsShowMenu(false)
103
104 }
105 function openMenu (e, isSubMenu = false, groupId = null, isClickMenu = true) {
106 // isSubMenu 是否点击的子菜单根节点
107 // groupId 点击子菜单根节点的 groupId

Callers 1

LayerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected