mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
fix search addon import (#3833)
This commit is contained in:
parent
5bc8e0b1e8
commit
5158417eb0
2 changed files with 1 additions and 2 deletions
|
|
@ -87,7 +87,6 @@ class TermGroup_ extends React.PureComponent {
|
|||
onResize: this.bind(this.props.onResize, null, uid),
|
||||
onTitle: this.bind(this.props.onTitle, null, uid),
|
||||
onData: this.bind(this.props.onData, null, uid),
|
||||
onURLAbort: this.bind(this.props.onURLAbort, null, uid),
|
||||
toggleSearch: this.bind(this.props.toggleSearch, null, uid),
|
||||
onContextMenu: this.bind(this.props.onContextMenu, null, uid),
|
||||
borderColor: this.props.borderColor,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import React from 'react';
|
|||
import {Terminal} from 'xterm';
|
||||
import * as fit from 'xterm/lib/addons/fit/fit';
|
||||
import * as webLinks from 'xterm/lib/addons/webLinks/webLinks';
|
||||
import * as search from 'xterm/lib/addons/search';
|
||||
import * as search from 'xterm/lib/addons/search/search';
|
||||
import * as winptyCompat from 'xterm/lib/addons/winptyCompat/winptyCompat';
|
||||
import {clipboard} from 'electron';
|
||||
import * as Color from 'color';
|
||||
|
|
|
|||
Loading…
Reference in a new issue