-
Notifications
You must be signed in to change notification settings - Fork 6
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
How to keep chrome.sidePanel open during hot-reload #10
Comments
@driuqzy Maybe I will add the config param
OR keep the state of sidePanel in memory. I will work on it. |
I looked into it and it is not possible to open sidepanel programmatically. I would suggest you have shortcut command to open sidepanel for easier development. Thats, the only thing i can refer with this plugin at the moment. But, I am still open to looking into it further. |
guys, look this solution that I created. I've been working on a side panel and this way helped me a lot: |
@danielsussa Thanks, Daniel! This is really helpful. I did combine your sidepanel's code with this repo's code, and it works! Will try to do a small PR! |
@GregoryBai Thanks for PR 👍 . I will look into it. |
My extension is primarily a chrome.sidePanel, and hot reload causes the side panel to close, requiring me to re-open it after each hot reload.
Any way to keep it open?
The text was updated successfully, but these errors were encountered: