We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72e32c commit 453a261Copy full SHA for 453a261
1 file changed
src/RegionLabel/index.js
@@ -43,15 +43,6 @@ export const RegionLabel = ({
43
44
return (
45
<Paper
46
- onKeyPress={(e) => {
47
- e.stopPropagation()
48
- }}
49
- onKeyDown={(e) => {
50
51
52
- onKeyUp={(e) => {
53
54
55
onClick={() => (!editing ? onOpen(region) : null)}
56
className={classnames(classes.regionInfo, {
57
highlighted: region.highlighted,
0 commit comments