Skip to content

Commit

Permalink
work for #8129 Popup submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed May 27, 2024
1 parent d02f3e1 commit eac05b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react/components/list/list-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export class ListItem extends SurveyElementBase<IListItemProps, any> {
className={this.model.cssClasses.itemBody}
title={this.item.locTitle.calculatedText}
onMouseOver={(event: any) => { this.model.onItemHover(this.item); }}
onMouseLeave={(event: any) => { this.model.onItemLeave(this.item); }}
>
{newElement}
</div>;
Expand Down

0 comments on commit eac05b4

Please sign in to comment.