huhu / rust-search-extension

🦀 The ultimate search extension for Rust
https://rust.extension.sh
Apache License 2.0
1.21k stars 52 forks source link

Threads in Dropdown Menu Do Not Open in New Tab #288

Closed Aaronlalala closed 2 months ago

Aaronlalala commented 2 months ago

Description

When using the dropdown menu to navigate to different threads, clicking on a thread does not open it in a new page/tab. This makes me to go back and forth between the doc and the main page when trying to view multiple docs page simultaneously.

But I am not sure if it's caused by my browser's default setting. Thank you! This is really useful for me to learn Rust.

Steps to Reproduce

Navigate to the main page type anything to get a dropdown menu. Click on any thread in the dropdown menu.

image
Folyd commented 2 months ago

Hi @Aaronlalala, thanks for the feedback. You can use ALT + Enter to open in the new tab:

image

BTW, here is the rust search extension repo, not query.rs. :)

Aaronlalala commented 2 months ago

Hi @Folyd, thanks for getting back to me. That's awesome. It really helps!