Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import Component from "@ember/component";
export default Component.extend({
keyPress(e) {
e.stopPropagation();
}
});