Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix ProjectOptions closes issue processing#3303
The issue stemmed from the use of a setTimeout in the onBlur handler that closed the project options too quickly. Specifically, the setTimeout(() => dispatch(closeProjectOptions()), 0) was causing the options to close even if the user had not finished interacting with the menu. This was particularly problematic with trackpad input, where the timing of the events could be misinterpreted.
- Loading branch information