This commit is contained in:
thororen1234 2024-11-03 03:23:30 -05:00
parent 109a1508b6
commit c2287a1d59

View file

@ -41,7 +41,7 @@ export default definePlugin({
generateSearchResults: generateSearchResults,
patches: [
{
find: "uery,spellCheck:!1,autoFocus",
find: "query,spellCheck:!1,autoFocus",
replacement: {
match: /let{selectedIndex:\i,results:\i}/,
replace: "this.props.results = $self.generateSearchResults(this.state.query);$&"