Changes between Initial Version and Version 1 of Ticket #48894, comment 61
- Timestamp:
- 07/06/2020 11:17:53 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48894, comment 61
initial v1 5 5 - This is because there are 2 keydown events, one of them doesn't prevent the default action 6 6 - This is the reason why [attachment:"48894.3.diff"] was reusing the existing `keydown` event for the "My account" item. I think it's best to attach just one event and use the previous approach for all items. 7 - There's the need to remove the `hoverintent-js` dependency.7 - ~~There's the need to remove the `hoverintent-js` dependency.~~