Ver Fonte

fix: stop keyboard propagation on backlinks

Konstantinos Kaloutas há 2 anos atrás
pai
commit
74866b2e8c

+ 1 - 0
tldraw/packages/react/src/components/BacklinksCountContainer/BacklinksCountContainer.tsx

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