Changes between Initial Version and Version 1 of Ticket #48471, comment 8
- Timestamp:
- 11/06/2019 02:14:35 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48471, comment 8
initial v1 1 1 IMO, we can fix this issue by increasing the `interval` of hoverIntent which is `100` currently. 2 2 Also, changing the default behavior from `hover` to `click` can be very dangerous because Toolbar has been using hover for years, changing it means educating end-users again. 3 4 P.S: `admin-bar.js` is being rewritten as vanilla JS at #47069