Skip to content
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

Prevent close #145

Open
akeva001 opened this issue Dec 23, 2022 · 3 comments
Open

Prevent close #145

akeva001 opened this issue Dec 23, 2022 · 3 comments

Comments

@akeva001
Copy link

Is it possible to prevent the panel from completely closing?

@lucksp
Copy link

lucksp commented Jan 12, 2023

I also want this, but based on prior messaging, it's not going to happen: #14

@lucksp
Copy link

lucksp commented Jan 12, 2023

I am researching this now since there are too many issues with the library of the panel disappearing and then no longer being able to get the view back without quitting the application; which is obviously horrible UX.

Video:

RPReplay_Final1673564842.mov

@raheelshan
Copy link

I have achieved it like this
const closePanel = () => { setIsPanelActive(false); setTimeout(() => { openPanel(); }, 0) };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants