term: make sure shim doesn't capture clicks

This commit is contained in:
Guillermo Rauch 2016-07-22 11:49:25 -07:00
parent 68ea77c608
commit f989224a20

View file

@ -248,7 +248,8 @@ export default class Term extends Component {
right: 0,
width: '50px',
top: 0,
bottom: 0
bottom: 0,
pointerEvents: 'none'
}
};
}