AFFiNE/tests/kit/utils
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
..
cloud.ts feat(core): new share menu (#7838) 2024-08-19 05:51:05 +00:00
drop-file.ts fix(core): svg blob syncing issue (#4886) 2023-11-10 05:32:51 +00:00
editor.ts feat(core): rewrite page-mode-switch with RadioGroup, bind hotkey with cmdk (#7758) 2024-08-12 03:56:56 +00:00
filter.ts fix: page info styles (#5910) 2024-02-26 14:11:24 +00:00
image.ts fix(core): can not preview image in shared page (#7466) 2024-07-18 06:33:52 +00:00
keyboard.ts refactor: move test utils to package (#3206) 2023-07-13 09:05:01 +00:00
load-page.ts style: enable import-x/no-duplicates (#6279) 2024-03-25 03:55:33 +00:00
page-logic.ts feat(electron): app tabs dnd (#7684) 2024-08-02 02:02:03 +00:00
properties.ts fix(core): handle modal overlay click event correctly (#8063) 2024-09-03 12:00:00 +00:00
proxy.ts test: improve data migration suite (#4124) 2023-09-02 03:31:07 +00:00
setting.ts refactor(core): move fontFamily and fullWidthLayout to editor settings (#7988) 2024-08-28 02:35:24 +00:00
sidebar.ts feat(core): import template (#8000) 2024-08-29 04:01:35 +00:00
url.ts feat(core): mode in query string (#7904) 2024-08-16 10:59:43 +00:00
utils.ts test(electron): add cloud test (#4184) 2023-09-17 20:26:06 +00:00
workspace.ts fix(core): fix flaky e2e (#6559) 2024-04-15 07:11:36 +00:00