mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +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() {
|
click() {
|
||||||
this.send("edit");
|
this.editAction(this.get("siteText"));
|
||||||
},
|
},
|
||||||
|
|
||||||
_searchTerm() {
|
_searchTerm() {
|
||||||
|
Reference in New Issue
Block a user