element-plus/packages/components/popover/__tests__
jeremywu df57ddfe39
fix(components): [el-dropdown] cannot be closed by clicking outside (#5287)
- Fix the issue that dropdown with trigger 'click' cannot be closed when clicking outside content
- Fix the same issue for popover popconfirm
- Remove useless code from `el-tooltip-content` which can be much simpler
- Use `onClick` to replace `onMousedown` because `onMousedown` is triggered prior than `onClick`
- Adjust test cases against these changes above
2022-01-11 10:24:48 +08:00
..
directive.spec.ts fix(components): [el-dropdown] cannot be closed by clicking outside (#5287) 2022-01-11 10:24:48 +08:00
popover.spec.ts refactor(components): popper composables (#5035) 2022-01-04 09:15:15 +08:00