Skip to content

Commit 453a261

Browse files
committed
fix: remove old key binding override
1 parent e72e32c commit 453a261

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Diff for: src/RegionLabel/index.js

-9
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,6 @@ export const RegionLabel = ({
4343

4444
return (
4545
<Paper
46-
onKeyPress={(e) => {
47-
e.stopPropagation()
48-
}}
49-
onKeyDown={(e) => {
50-
e.stopPropagation()
51-
}}
52-
onKeyUp={(e) => {
53-
e.stopPropagation()
54-
}}
5546
onClick={() => (!editing ? onOpen(region) : null)}
5647
className={classnames(classes.regionInfo, {
5748
highlighted: region.highlighted,

0 commit comments

Comments
 (0)