AFFiNE/tests
pengx17 d00f86c3ce
fix(core): handle modal overlay click event correctly (#8063)
1. overlay click + hide is brought back. this is because modal (ormobile menu)'s `onPointerDownOutside` is bound to document.body. Code in e58af08f63/packages/frontend/core/src/modules/explorer/views/tree/node.tsx (L353-L356) will stop the event from bubbling to the document element.
2. when Menu's set to modal=true, the parent is set to pointer-events: none as well. changed menu to modal false instead.

![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/3e50281f-839d-4463-af00-dff2fce8202b.png)
2024-09-03 12:00:00 +00:00
..
affine-cloud feat(core): add sign in button to shared doc (#7952) 2024-08-29 02:44:06 +00:00
affine-desktop chore: bump up all non-major dependencies (#7925) 2024-08-22 04:12:23 +00:00
affine-desktop-cloud chore: bump up all non-major dependencies (#7925) 2024-08-22 04:12:23 +00:00
affine-legacy chore: bump up all non-major dependencies (#7925) 2024-08-22 04:12:23 +00:00
affine-local chore: bump bs with new extension api (#8042) 2024-09-02 10:32:22 +00:00
affine-migration chore: bump up all non-major dependencies (#7925) 2024-08-22 04:12:23 +00:00
affine-mobile fix(mobile): change how slider height is calculated (#8049) 2024-09-02 14:10:37 +00:00
fixtures chore: bump base version to 0.16.0 2024-08-09 18:30:07 +08:00
kit fix(core): handle modal overlay click event correctly (#8063) 2024-09-03 12:00:00 +00:00