mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-02 20:07:52 -05:00
6 lines
89 B
Text
6 lines
89 B
Text
|
export default Ember.Component.extend({
|
||
|
keyPress(e) {
|
||
|
e.stopPropagation();
|
||
|
}
|
||
|
});
|