This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/assets/javascripts/wizard/components/wizard-field-dropdown.js
T
Penar Musaraj a4356b99af FEATURE: Separate base and heading font site_settings (#10807)
Allows site administrators to pick different fonts for headings in the wizard and in their site settings. Also correctly displays the header logos in wizard previews.
2020-10-05 13:40:41 -04:00

8 lines
127 B
JavaScript

import Component from "@ember/component";
export default Component.extend({
keyPress(e) {
e.stopPropagation();
},
});