mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:50:00 +08:00
FIX: prevents exception when clicking directly on site text
This commit is contained in:
parent
7afc36420c
commit
286f2abc65
|
@ -17,7 +17,7 @@ export default Ember.Component.extend({
|
|||
},
|
||||
|
||||
click() {
|
||||
this.send("edit");
|
||||
this.editAction(this.get("siteText"));
|
||||
},
|
||||
|
||||
_searchTerm() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user