-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hot reload forces app to become front window #1184
Comments
Happening with me as well. Really annoying behaviour. How can we fix this? Possible duplicate #837 |
Same problem here. |
Same here |
I think this is the code that is causing the issue: responsively-app/desktop-app/src/main/main.ts Lines 200 to 209 in e32d1c3
|
Same issue on macOS Sonoma |
Same here, I agree with @preeteshjain that it's a very annoying behaviour. I'm using VSCode with Live Server. Every time I change code Responsively App get focus an open again. There should be a way to remove this behaviour in the Settings. |
Same issue with MacOS Sonoma 14.5, default production download from https://responsively.app (v1.12.0, Apple Silicon) and VS Code v1.91.1 with Auto Save /afterdelay enabled. |
hi there, I have opened a PR to fix this. The problem was the app kept being "ready" whenever hot reloading was triggered, making it initiate again and again, and bringing it to the front. I have fixed it |
🐞 bug report
✍️ Description
Given that I have a hot reloadable page loaded in the Responsively App, and the app is not currently the front window, when the page hot reloads, the Responsively app automatically becomes the front window, disrupting my work.
🕵🏼♂️ Is this a regression?
Unsure
🔬 Minimal Reproduction
🌍 Your Environment
The text was updated successfully, but these errors were encountered: