Canary Fixes

This commit is contained in:
thororen1234 2024-11-03 03:15:59 -05:00
parent bfda6a5c26
commit 109a1508b6
27 changed files with 43 additions and 43 deletions

View file

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