Quicklook support individual item target

pull/409/head
Michael Shamoon 2 years ago
parent 9c1c0e4465
commit 689e2a8011

@ -17,7 +17,7 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear
function openCurrentItem(newWindow) {
const result = results[currentItemIndex];
window.open(result.href, newWindow ? "_blank" : settings.target ?? "_blank");
window.open(result.href, newWindow ? "_blank" : result.target ?? settings.target ?? "_blank");
}
const closeAndReset = useCallback(() => {

Loading…
Cancel
Save