We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1642c32 commit f463f18Copy full SHA for f463f18
1 file changed
projects/switch520-auto-secret/Components/OpenInModal/reaxel.tsx
@@ -70,6 +70,8 @@ export const reaxel_OpenInModal = reaxel(() => {
70
if(!await GM.getValue('options::modal-mode' , true)){
71
return;
72
}
73
+ e.preventDefault();
74
+ e.stopPropagation();
75
const cardEl = e.composedPath().find(( p: HTMLElement ) => !!( p ).dataset?.id && p.className === 'post grid') as HTMLElement;
76
if( cardEl ) {
77
const id = cardEl.dataset.id;
0 commit comments