Skip to content

Commit

Permalink
fix: stop keyboard propagation on backlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc authored and tiensonqin committed Apr 3, 2023
1 parent 17dbb40 commit 74866b2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -44,6 +44,7 @@ export const BacklinksCountContainer = observer(function BacklinksCountContainer
}}
onPointerDown={stop}
onWheelCapture={stop}
onKeyDown={stop}
title="Shape Backlinks"
>
<BacklinksCount
Expand Down

0 comments on commit 74866b2

Please sign in to comment.