Closed rugk closed 9 years ago
Can't reproduce given your instructions. I'm afraid you'll have to be a little bit more specific...
It shows this every time I execute it. Try it on a part where there is no table and maybe you'll see it.
Look, I just tried. And this error suggests that you're executing command, specifically locked to editor, on non-editor elements, which doesn't really make much sense.
Which leaves us with a couple options. Either this is a bug in Atom, some weird conflict with another package, or some strange configuration. Now you omitted both list of packages and your config, so I can't test for last two. So you'll have to work with me on this.
You can try a couple things:
Now you omitted both list of packages and your config, so I can't test for last two.
You won't image how long the package list is... My config:
{
"core": {
"projectHome": "D:\\Users\\%username%\\GitHub",
"disabledPackages": [
"metrics",
"autocomplete-emojis",
"highlight-column",
"character-table",
"placeholder-text",
"ask-stack",
"tree-view-breadcrumb",
"tree-view-background",
"markdown-scroll-sync"
],
"themes": [
"atom-dark-ui",
"one-dark-syntax"
]
},
"markdown-table-formatter": {}
}
I'll test the other things soon.
Strange - after reinstalling Atom and all my previously installed packages I could not reproduce this bug any more...
I'll just chalk it up to corrupted installation -- it can happen sometimes, thankfully rarely enough. Thanks for testing!
[Enter steps to reproduce below:]
Atom Version: 1.0.15 System: Windows 7 Thrown From: markdown-table-formatter package, v2.5.3
Stack Trace
Uncaught TypeError: event.target.getModel is not a function
Commands
Config
[...]
Installed Packages