You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I populate draggableRange.bottom with a non-zero value, it shows the panel even when I have not called panel.show() and shows it even after calling panel.hide().
Steps to Reproduce / Code Snippets / Screenshots
I only want the panel to show when someVal has been set to true. However, it just shows the panel at start anyway. I also want the panel to dismiss when otherVal is set and yet there's still the same problem.
Issue Description
Whenever I populate draggableRange.bottom with a non-zero value, it shows the panel even when I have not called panel.show() and shows it even after calling panel.hide().
Steps to Reproduce / Code Snippets / Screenshots
I only want the panel to show when someVal has been set to true. However, it just shows the panel at start anyway. I also want the panel to dismiss when otherVal is set and yet there's still the same problem.
Environment
The text was updated successfully, but these errors were encountered: