Skip to content
Snippets Groups Projects
Commit 8245d09e authored by druid's avatar druid
Browse files

onclick behavior

parent f9915738
No related branches found
No related tags found
No related merge requests found
...@@ -319,7 +319,7 @@ export class HyDesktopMenuLinks { ...@@ -319,7 +319,7 @@ export class HyDesktopMenuLinks {
type="button" type="button"
class={classAttributes} class={classAttributes}
link-id={id} link-id={id}
onClick={(e) => this.handleDesktopMenuClick(e, id)} onMouseDown={(e) => this.handleDesktopMenuClick(e, id)}
onFocus={(e) => this.handleDesktopMenuFocus(e, id)} onFocus={(e) => this.handleDesktopMenuFocus(e, id)}
onMouseEnter={(e) => this.handleDesktopMenuEnter(e, id)} onMouseEnter={(e) => this.handleDesktopMenuEnter(e, id)}
onMouseLeave={(e) => this.handleDesktopMenuLeave(e)} onMouseLeave={(e) => this.handleDesktopMenuLeave(e)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment