Add drop target

This commit is contained in:
Jordan Eldredge 2020-09-12 23:17:43 -07:00
parent 987d9b20c0
commit aaffcb13bd
8 changed files with 104 additions and 6 deletions

View file

@ -25,7 +25,7 @@ function SearchLogo() {
class Header extends React.Component {
constructor(props) {
super(props);
super();
this._disposable = new Disposable();
this._inputRef = null;
}