Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gridMenu): menu at wrong place when using Frozen Col 0, fixes #436
- Loading branch information
7bd6f27
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If frozenColumn is set to 0, this judgment is problematic.For example, if(0) is actually false, then the judgment logic should be deleted, Please check the screenshot of my question, thank you
![图片](https://user-images.githubusercontent.com/28054996/65155671-458b8d80-da60-11e9-86e9-41e3c8df5285.png)