Yury Goltsman

Results 5 issues of Yury Goltsman

- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? It allows to perform operations...

Inactive

**Is your feature request related to a problem? Please describe.** Some files, used as mock dependencies can be out of the mock folder(s). E.g. configurations, files shared with main project,...

- [x] Bug - [x] Feature Request - [ ] Question ### Problem Report After resizing, handler and its parent receive click. If it is sensitive to click, like sortable...

I'm not sure this problem is in the package, but it works fine in terminal window and show nothing in "Run" window of Webstorm (I even didn't receive final callback).

## I enter following: ``` css :root { --aaa: 2; --bbb: calc(var(--aaa) * 2); } .btn { --aaa: 3; width: var(--aaa); height: var(--bbb); } .btn:hover { --aaa: 4; } ```...

bug