discourse-user-card-directory/javascripts/discourse/components/user-card-static.js.es6

12 lines
362 B
Plaintext
Raw Normal View History

2020-02-28 10:01:48 -05: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() {}
});