We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2446f6d commit f036f17Copy full SHA for f036f17
lib/search-view.js
@@ -83,7 +83,7 @@ export default class SearchView {
83
);
84
85
return (
86
- <div class='atom-plugin native-key-bindings tool-panel' tabIndex='-1'>
+ <div class='atom-plugin native-key-bindings' tabIndex='-1'>
87
<div class='resize-handle'/>
88
<h1>CodeClippy: Write code faster</h1>
89
<input class='input-search' type='search'
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "CodeClippy",
3
"main": "./lib/code-clippy-plugin",
4
- "version": "0.2.1",
+ "version": "0.2.2",
5
"description": "Write code faster. CodeClippy helps you answer your development questions without leaving the editor.",
6
"keywords": [],
7
"activationCommands": {
0 commit comments