mirror of
https://github.com/mue/mue.git
synced 2026-07-17 05:54:14 +02:00
fix: font settings and quote widget
This commit is contained in:
@@ -12,7 +12,7 @@ export default class Text extends React.PureComponent {
|
||||
}
|
||||
|
||||
handleChange = (e) => {
|
||||
const { value } = e.target;
|
||||
let { value } = e.target;
|
||||
|
||||
// Alex wanted font to work with montserrat and Montserrat, so I made it work
|
||||
if (this.props.upperCaseFirst === true) {
|
||||
|
||||
Reference in New Issue
Block a user