mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +02:00
fix: welcome modal is now responsive, fix close button with other languages, codacy fixes etc
This commit is contained in:
@@ -75,8 +75,9 @@ export default class Search extends React.PureComponent {
|
||||
this.setState({
|
||||
suggestions: window.searchResults[1].splice(0, 3)
|
||||
});
|
||||
// ignore error if empty
|
||||
} catch (e) {}
|
||||
} catch (e) {
|
||||
// ignore error if empty
|
||||
}
|
||||
|
||||
document.head.removeChild(script);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user