Skip to content

Commit

Permalink
fixed: search window (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivi90 committed Sep 4, 2020
1 parent 2ecd8f9 commit 8c1396f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 2.0.3 - Search window fixed

## 2.0.2 - Minimal cleanup
* Settings description fixed
* [DEV] Some code unified
Expand Down
4 changes: 2 additions & 2 deletions lib/atom-music-search-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/** @jsx etch.dom */

import etch from 'etch';
import { SelectList } from 'atom-select-list';
import SelectListView from 'atom-select-list';

class AtomMusicSearchView {
constructor(player, items) {
Expand All @@ -25,7 +25,7 @@ class AtomMusicSearchView {

render() {
return (
<SelectList
<SelectListView
ref="selectList"
items={this.items}
filterKeyForItem={this.filterKeyForItem}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atom-music",
"main": "./lib/atom-music",
"version": "2.0.2",
"version": "2.0.3",
"description": "A very simple music player for listening to your favorite music while working in Atom.",
"keywords": [
"music",
Expand Down

0 comments on commit 8c1396f

Please sign in to comment.