repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
drive-store
/
utils
/
stopPropagation.ts
blob
f1abfcf2479e1412a621f83163b939efe955fe9a
1
export const stopPropagation = (e: any) => {
2
e.stopPropagation();
3
};