mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +02:00
fix: font settings and quote widget
This commit is contained in:
@@ -50,7 +50,9 @@ export default class Search extends React.PureComponent {
|
||||
|
||||
if (info !== undefined) {
|
||||
url = info.url;
|
||||
if (info.query) query = info.query;
|
||||
if (info.query) {
|
||||
query = info.query;
|
||||
}
|
||||
}
|
||||
|
||||
if (setting === 'custom') {
|
||||
|
||||
Reference in New Issue
Block a user