fix: stop keyboard propagation on backlinks

pull/8966/head
Konstantinos Kaloutas 2023-03-31 12:38:43 +03:00 committed by Tienson Qin
parent 17dbb40f1b
commit 74866b2e8c
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ export const BacklinksCountContainer = observer(function BacklinksCountContainer
}}
onPointerDown={stop}
onWheelCapture={stop}
onKeyDown={stop}
title="Shape Backlinks"
>
<BacklinksCount