Skip to content

Commit f036f17

Browse files
committed
Remove tool-panel class to enable resizing
1 parent 2446f6d commit f036f17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/search-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default class SearchView {
8383
);
8484

8585
return (
86-
<div class='atom-plugin native-key-bindings tool-panel' tabIndex='-1'>
86+
<div class='atom-plugin native-key-bindings' tabIndex='-1'>
8787
<div class='resize-handle'/>
8888
<h1>CodeClippy: Write code faster</h1>
8989
<input class='input-search' type='search'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "CodeClippy",
33
"main": "./lib/code-clippy-plugin",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"description": "Write code faster. CodeClippy helps you answer your development questions without leaving the editor.",
66
"keywords": [],
77
"activationCommands": {

0 commit comments

Comments
 (0)