2 support issues
For additional help, check out the developer's support site.
- All
- Questions
- Suggestions
- Problems
Shashi K
Apr 8, 2024
I think I know why it gets stuck on a window
I think it's because of special windows - that cannot take a tab. The list of windows needs to filtered for 'normal' windows, like:
let normalWindows = windows.filter(win => win.type === "normal");
That can resolve the issue I am having. Thanks!
Jeff Bush
Nov 29, 2021
Feature Request - Send tab to new window but keep focus on current window
Hello,
I just found your app and find it really useful; however, I have a feature request:
The way that I would like to use you app is to help me with cleaning up my current window, a bit like a 'go away tab' button. With tabs that I know I don't need I obviously just close them but I'm talking about times when I have a tab open with something useful but I'd like to save it for later. So your app works for this but when I send a tab to a new window it also changes the focus to that new window. It would be great if you could toggle the behaviour so users could choose if they would like to keep focus in the current window or switch to the new window where they've sent the new tab.
Thank-you for your great work on this app.
Thank-you,