Skip to content

Commit

Permalink
Remove tool-panel class to enable resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Audace committed Dec 1, 2017
1 parent 2446f6d commit f036f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/search-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default class SearchView {
);

return (
<div class='atom-plugin native-key-bindings tool-panel' tabIndex='-1'>
<div class='atom-plugin native-key-bindings' tabIndex='-1'>
<div class='resize-handle'/>
<h1>CodeClippy: Write code faster</h1>
<input class='input-search' type='search'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "CodeClippy",
"main": "./lib/code-clippy-plugin",
"version": "0.2.1",
"version": "0.2.2",
"description": "Write code faster. CodeClippy helps you answer your development questions without leaving the editor.",
"keywords": [],
"activationCommands": {
Expand Down

0 comments on commit f036f17

Please sign in to comment.