Skip to content

Commit

Permalink
Stop propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowCait committed Oct 8, 2023
1 parent 7770725 commit 2b982df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/routes/TimelineView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
while (target && !target.classList.contains('timeline')) {
if (
target.classList.contains('emoji-picker') ||
target.classList.contains('develop')
target.classList.contains('develop') ||
target.classList.contains('zap-dialog')
) {
return;
}
Expand Down

0 comments on commit 2b982df

Please sign in to comment.