Skip to content

Commit

Permalink
fix: keep term when app selected
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Mar 9, 2024
1 parent ba2547a commit 395a8de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/search/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const run: ExtensionModule['run'] = async ({ term, actions, settings, display })
const engineLauncherItem = new AppItem({
appName: EngineSearchAppName,
title: `Search ${term} with ${engine}`,
keepTerm: true,
icon: engineIcon
});

Expand Down

0 comments on commit 395a8de

Please sign in to comment.