Skip to content

Commit 47bd5a5

Browse files
committed
Restored New List option
1 parent be4de43 commit 47bd5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ipc.on('search', () => {
1010
});
1111

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

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

0 commit comments

Comments
 (0)