Skip to content

Commit

Permalink
FIX: prevents exception when clicking directly on site text
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Apr 29, 2019
1 parent 7afc364 commit 286f2ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ export default Ember.Component.extend({
},

click() {
this.send("edit");
this.editAction(this.get("siteText"));
},

_searchTerm() {
Expand Down

0 comments on commit 286f2ab

Please sign in to comment.