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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Before the first file has a chance to finish opening double click on a second file.
Note that I can only reproduce this on the first file opened in that session. Waiting for Atom to fully initialize before attempting to open the first file does not seem to affect the issue.
Atom Version: 1.6.0-beta0 System: Microsoft Windows 10 Enterprise Thrown From: tree-view package, v0.201.0
Stack Trace
Uncaught TypeError: Cannot read property 'terminatePendingState' of undefined
At C:\Users\Landon Abney\AppData\Local\atom\app-1.6.0-beta0\resources\app.asar\node_modules\tree-view\lib\tree-view.js:473
TypeError: Cannot read property 'terminatePendingState' of undefined
at TreeView.module.exports.TreeView.entryClicked (C:\Users\Landon Abney\AppData\Local\atom\app-1.6.0-beta0\resources\app.asar\node_modules\tree-view\lib\tree-view.js:473:68)
at tree-view-file.<anonymous> (C:\Users\Landon Abney\AppData\Local\atom\app-1.6.0-beta0\resources\app.asar\node_modules\tree-view\lib\tree-view.js:183:26)
at space-pen-div.jQuery.event.dispatch (C:\Users\Landon Abney\AppData\Local\atom\app-1.6.0-beta0\resources\app.asar\node_modules\jquery\dist\jquery.js:4435:9)
at space-pen-div.elemData.handle (C:\Users\Landon Abney\AppData\Local\atom\app-1.6.0-beta0\resources\app.asar\node_modules\jquery\dist\jquery.js:4121:28)
I believe I ran into this once yesterday when opening a file, realizing it was the wrong one, and almost immediately opening the next one down when Atom was first loading, which seems consistent to what @Arcanemagus reported.
Btw, I was able to reproduce this once after the first file opened, so it definitely seems like an issue with the preview state being created, started to be turned into a full editor, then being destroyed by the new preview call before it is turned fully... but the call to terminatePendingState that still going through.
Note that I can only reproduce this on the first file opened in that session. Waiting for Atom to fully initialize before attempting to open the first file does not seem to affect the issue.
Atom Version: 1.6.0-beta0
System: Microsoft Windows 10 Enterprise
Thrown From: tree-view package, v0.201.0
Stack Trace
Uncaught TypeError: Cannot read property 'terminatePendingState' of undefined
Commands
Config
{ "core": { "disabledPackages": [ ".bin", "fast-eslint", "linter-flow", "atom-typescript", "markdown-preview-plus", "language-gfm", "git-control", "git-history", "linter-gjslint", "linter-htmlhint" ], "themes": [ "seti-ui", "seti-syntax" ] } }Installed Packages
The text was updated successfully, but these errors were encountered: