Closed rfgamaral closed 1 month ago
Name | Link |
---|---|
Latest commit | 983b7729b3f8d8d09fed702e2e71afb4a0da4e29 |
Latest deploy log | https://app.netlify.com/sites/doist-typist/deploys/66fa8dc029d3ae0008623cbe |
Deploy Preview | https://deploy-preview-919--doist-typist.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
:tada: This PR is included in version 7.0.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Overview
Both the
Mention
andHashtag
suggestion dropdowns have an issue where anykeyDown
event is propagated to the dropdown renderer component after the dropdown has been hidden. This PR fixes that by detecting whether the dropdown is hidden or not, and disallowing thekeyDown
event propagation in case it's hidden.PR Checklist