mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
term: make sure shim doesn't capture clicks
This commit is contained in:
parent
68ea77c608
commit
f989224a20
1 changed files with 2 additions and 1 deletions
|
|
@ -248,7 +248,8 @@ export default class Term extends Component {
|
|||
right: 0,
|
||||
width: '50px',
|
||||
top: 0,
|
||||
bottom: 0
|
||||
bottom: 0,
|
||||
pointerEvents: 'none'
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue