Uncaught TypeError: Cannot read property 'getCursors' of null
- 主要语言
- CoffeeScript
- 星标
- 163
- 派生
- 44
- PR 合并指标
- 30 天内没有已合并 PR
描述
when i edit a cell, and press enter to close it..
the value gets saved anyway.. but i get this red Error
---
**Atom Version**: 1.6.1
**System**: Mac OS X 10.11.4
**Thrown From**: [tablr](https://github.com/abe33/atom-tablr) package, v1.1.0
### Stack Trace
Uncaught TypeError: Cannot read property 'getCursors' of null
```
At /Users/krur/.atom/packages/tablr/lib/table-element.coffee:855
TypeError: Cannot read property 'getCursors' of null
at tablr-editor.module.exports.TableElement.confirmCellEdit (/Users/krur/.atom/packages/tablr/lib/table-element.coffee:855:29)
at atom-text-editor.textEditorSubscriptions.add.atom.commands.add.core:confirm (/Users/krur/.atom/packages/tablr/lib/table-element.coffee:933:10)
at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:260:29)
at /Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:61
at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:570:16)
at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:378:22)
at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeydown (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:97:36)
at HTMLDocument. (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:3:61)
```
贡献指南
评估
这个 Issue 还没有评估数据。