mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 22:18:41 -09:00
hyperterm: normalize our events :D
This commit is contained in:
parent
1383775fbe
commit
c693a46896
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ export default class HyperTerm extends Component {
|
||||||
|
|
||||||
quitAndInstall (ev) {
|
quitAndInstall (ev) {
|
||||||
ev.preventDefault();
|
ev.preventDefault();
|
||||||
this.rpc.emit('quit-and-install');
|
this.rpc.emit('quit and install');
|
||||||
}
|
}
|
||||||
|
|
||||||
closeUpdateIndicator () {
|
closeUpdateIndicator () {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue