Skip to content

Commit

Permalink
Restored New List option
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Jan 4, 2019
1 parent be4de43 commit 47bd5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser.js
Expand Up @@ -10,7 +10,7 @@ ipc.on('search', () => {
});

ipc.on('new-list', () => {
nav.click('#baseAddInput');
nav.click('.baseAdd-icon');
});

ipc.on('delete-list', () => {
Expand Down

0 comments on commit 47bd5a5

Please sign in to comment.