-
Notifications
You must be signed in to change notification settings - Fork 3
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
Uncaught TypeError: Cannot read property 'getSelections' of null #4
Comments
as a side note.... If I close the exception notice window on atom and click on the main edit buffer I get the error again. Closing and openning atom stopped this from happening. |
Thanks for your ansewer @fundon but i'm consistently getting the error now with minimap v4.1.3 and atom happily states that All your installed packages are up to date! I can now reproduce de problem by starting atom, toggling the minmap off and trying to edit the buffer. This did not happen prior to updating my packages... this morning. I think minmap did not update and it worked yesterday. I guess it is some conflict with some other package. EDIT: BTW leaving minmap open does avoid the problem. |
The You can disable the minimap-selection, the minimap-selection has some compatible problems with the Minimap V4. |
The issue was caused because the plugin didn't destroy its views when a minimap was destroyed (which occurs on minimap toggling) |
[Enter steps to reproduce below:]
Really I did nothing different than my usuarl toggling of the minimap. Don't know why it failed this time.
Atom Version: 0.177.0
System: Mac OS X 10.10.1
Thrown From: minimap-selection package, v3.1.1
Stack Trace
Uncaught TypeError: Cannot read property 'getSelections' of null
Commands
Config
Installed Packages
/cc @atom/core
The text was updated successfully, but these errors were encountered: