mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
remove onURLAbort prop (#4002)
This commit is contained in:
parent
f0b92cb8be
commit
0721c4c1d0
1 changed files with 0 additions and 1 deletions
|
|
@ -124,7 +124,6 @@ export default class Terms extends React.Component {
|
||||||
onTitle: this.props.onTitle,
|
onTitle: this.props.onTitle,
|
||||||
onData: this.props.onData,
|
onData: this.props.onData,
|
||||||
toggleSearch: this.props.toggleSearch,
|
toggleSearch: this.props.toggleSearch,
|
||||||
onURLAbort: this.props.onURLAbort,
|
|
||||||
onContextMenu: this.props.onContextMenu,
|
onContextMenu: this.props.onContextMenu,
|
||||||
quickEdit: this.props.quickEdit,
|
quickEdit: this.props.quickEdit,
|
||||||
webGLRenderer: this.props.webGLRenderer,
|
webGLRenderer: this.props.webGLRenderer,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue