Skip to content

Commit

Permalink
Add missing listeners after selecting a project
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Re committed Apr 20, 2022
1 parent cf8ea84 commit 3b6a2c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/main.js

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

2 changes: 2 additions & 0 deletions src/modules/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class Controller {
this.model.getProject(this.currentProjectId).getTodos()
);
this.listenForTodos();
this.listenForEdit();
this.listenForDelete();
});
});
}
Expand Down

0 comments on commit 3b6a2c3

Please sign in to comment.