Skip to content

Commit

Permalink
browser-originating logs were adding new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
hchiam committed Apr 19, 2020
1 parent 290667f commit 9ec9bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions brain.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function showConsoleLog() {
"inputBox_firefox-extension-console-log-element"
);
inputBox.value = "";
inputBox.setAttribute("rows", 1);
setTimeout(() => {
inputBox.focus();
}, 100);
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Creates a console log interface on the page",
"manifest_version": 2,
"name": "ConsoleLogElement",
"version": "2.0.3",
"version": "2.0.4",
"homepage_url": "https://github.com/hchiam/console-log-element",
"icons": {
"48": "console-log-element.png"
Expand Down

0 comments on commit 9ec9bea

Please sign in to comment.