Skip to content

Commit

Permalink
feat: 支持右键菜单
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Jan 12, 2024
1 parent c24707e commit 91e5d1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@ function ResourceGroup(
<div
className="resource-tree-group"
data-depth={props.depth}
style={style}
>
<ContextMenu
menus={props.options?.resourceGroupContextMenuActions?.(props.pluginContext!, resourceArr) || []}
>
<div
className='resource-tree-group-wrap'
style={style}
onClick={() => {
setExpanded(!expanded);
}}
Expand Down

0 comments on commit 91e5d1f

Please sign in to comment.