mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 18:30:36 +08:00
FIX: prevents exception when clicking directly on site text
This commit is contained in:
@ -17,7 +17,7 @@ export default Ember.Component.extend({
|
||||
},
|
||||
|
||||
click() {
|
||||
this.send("edit");
|
||||
this.editAction(this.get("siteText"));
|
||||
},
|
||||
|
||||
_searchTerm() {
|
||||
|
Reference in New Issue
Block a user