FIX: prevents exception when clicking directly on site text

This commit is contained in:
Joffrey JAFFEUX 2019-04-29 12:07:30 +02:00 committed by GitHub
parent 7afc36420c
commit 286f2abc65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ export default Ember.Component.extend({
},
click() {
this.send("edit");
this.editAction(this.get("siteText"));
},
_searchTerm() {