Open kv9898 opened 3 weeks ago
Windows 11
Positron Version: 2024.10.0 (system setup) build 14 Code - OSS Version: 1.93.0 Commit: 901ab5d11d694212d32e53b97f771c5d601e428e Date: 2024-10-09T15:24:43.348Z Electron: 30.4.0 Chromium: 124.0.6367.243 Node.js: 20.15.1 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.22631
R 4.4.1
After closing the summary panel for a dataset, it automatically reopens after switching back from another tab.
mtcars <- mtcars
mtcars
The summary panel stays closed after it's closed by the user.
Preferably, the user has an option to keep it closed by default and only open it on request.
None
@kv9898 , thank you for your report! It does the same thing for me! I'll move it along into our triage process!
System details:
Windows 11
Positron and OS details:
Positron Version: 2024.10.0 (system setup) build 14 Code - OSS Version: 1.93.0 Commit: 901ab5d11d694212d32e53b97f771c5d601e428e Date: 2024-10-09T15:24:43.348Z Electron: 30.4.0 Chromium: 124.0.6367.243 Node.js: 20.15.1 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.22631
Interpreter details:
R 4.4.1
Describe the issue:
After closing the summary panel for a dataset, it automatically reopens after switching back from another tab.
Steps to reproduce the issue:
mtcars <- mtcars
mtcars
in data explorermtcars
Expected or desired behavior:
The summary panel stays closed after it's closed by the user.
Preferably, the user has an option to keep it closed by default and only open it on request.
Were there any error messages in the UI, Output panel, or Developer Tools console?
None