element-plus/packages/components/popover
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
..
__tests__ fix(components): [el-dropdown] cannot be closed by clicking outside (#5287) 2022-01-11 10:24:48 +08:00
src fix: tooltip with compoents add persistent (#5250) 2022-01-09 17:38:51 +08:00
style refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
index.ts style: use prettier (#3228) 2021-09-04 19:29:28 +08:00