Skip to content

Commit

Permalink
Restored Delete Todo option
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Jan 3, 2019
1 parent 7c8be6a commit a2378ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser.js
Expand Up @@ -37,7 +37,7 @@ ipc.on('rename-todo', () => {
});

ipc.on('delete-todo', () => {
nav.doubleClick('.taskItem.selected');
nav.click('.taskItem.selected');
nav.click('.detailFooter-trash');
});

Expand Down

0 comments on commit a2378ba

Please sign in to comment.