mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
remove getLastTermIndex
This commit is contained in:
parent
0721c4c1d0
commit
ac782f382b
1 changed files with 0 additions and 4 deletions
|
|
@ -53,10 +53,6 @@ export default class Terms extends React.Component {
|
||||||
return this.getTermByUid(this.props.activeSession);
|
return this.getTermByUid(this.props.activeSession);
|
||||||
}
|
}
|
||||||
|
|
||||||
getLastTermIndex() {
|
|
||||||
return this.props.sessions.length - 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
onTerminal(uid, term) {
|
onTerminal(uid, term) {
|
||||||
this.terms[uid] = term;
|
this.terms[uid] = term;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue