Uncaught TypeError: Cannot read property 'clearUndoStack' of undefined #93
Comments
Steps to reproduce for me:
Atom: 1.21.1 x64 |
I got same issue here. [Enter steps to reproduce:]
Atom: 1.21.1 x64 Stack TraceUncaught TypeError: Cannot read property 'clearUndoStack' of undefined
Commands
Non-Core Packages
[Enter steps to reproduce:]
Atom: 1.21.1 x64 Stack TraceUncaught TypeError: Cannot read property 'clearUndoStack' of undefined
Commands
Non-Core Packages
|
If you comment out theses 2 lines in table-element.js then you won't get this error showing up. Line 1309: this.editor.getBuffer().history.clearUndoStack() Comment out with // in-front of the line Restart Atom and it should not show that error anymore. |
@lincolnep -- so, disable the undo/redo stack calls.... submit that as a pull request? |
Tried that, and atom hung up on me when editing delimited text with tablr. Had to force quit. |
@neelsmith Do you have a sample csv that hangs atom to have a look at? I have tryed a few csv files and it looks to work great on my end. I have attached the csv that i am testing on could you give that a go and let me know if it crashes atom. |
@lincolnep https://github.com/lincolnep/atom-tablr/commit/4a6b91c6cbdca167450061676ce2576f8ae6dcac fixes the issue on OS X for me |
I don't know if this is the best way, but works for me (on MacOS). (MacOS) Go to ATOM > Preferences On Settings window click in "Open Config Folder" Search for
Replace for
|
Is there any hopes on fixing this issue any time soon? |
Well, @abe33 hasn't chimed in for two months, and hasn't committed in seven months, so... probably not anytime soon? @lincolnep has forked and patched. You could install that manually: |
This is my 5 top line on .csv file(exported by DOS /r/n) :
[Enter steps to reproduce:]
Atom: 1.22.0 x64 Stack TraceUncaught TypeError: Cannot read property 'clearUndoStack' of undefined
Commands
Non-Core Packages
|
Same issue on Windows 10 & MacOS
|
bump |
The file name was incorrect. Command to open file on terminal.
I forked to https://github.com/k-utsumi/atom-tablr |
Reference source abe33#93 (comment)
[Enter steps to reproduce:]
Atom: 1.21.0 x64
Electron: 1.6.9
OS: Mac OS X 10.12.6
Thrown From: tablr package 1.8.3
Stack Trace
Uncaught TypeError: Cannot read property 'clearUndoStack' of undefined
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: