12 lines
363 B
JavaScript
Raw Normal View History

2020-02-28 15:01:48 +00:00
import UserCardContents from "discourse/components/user-card-contents";
export default UserCardContents.extend({
layoutName: "components/user-card-contents",
elementId: null,
// Overriding functions which cause the user card to show/hide based on mouse/keyboard events:
cleanUp() {},
didInsertElement() {},
willDestroyElement() {},
keyUp() {},
2020-02-28 15:01:48 +00:00
});