Skip to content

Commit

Permalink
fix: ensure enter key submits input content after field is re-focused
Browse files Browse the repository at this point in the history
Signed-off-by: DingChil <xu.dingchao@gmail.com>
  • Loading branch information
DingChil committed Nov 8, 2023
1 parent 08ec5c5 commit 819d767
Show file tree
Hide file tree
Showing 3 changed files with 1,033 additions and 1,107 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpilot",
"version": "0.9.1102",
"version": "0.9.1108",
"author": "webpilot.ai",
"displayName": "Webpilot - Copilot for All, Free & Open",
"description": "__MSG_extensionDescription__",
Expand Down Expand Up @@ -34,7 +34,7 @@
"jsonfile": "^6.1.0",
"pangu": "^4.0.7",
"pinia": "^2.0.36",
"plasmo": "0.76.3",
"plasmo": "0.83.0",
"vue": "3.2.47",
"vue-toast-notification": "^3.1.1",
"vue3-markdown-it": "^1.0.10",
Expand All @@ -43,8 +43,8 @@
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@parcel/optimizer-data-url": "2.9.1",
"@parcel/transformer-inline-string": "2.9.1",
"@parcel/optimizer-data-url": "2.9.3",
"@parcel/transformer-inline-string": "2.9.3",
"@types/chrome": "0.0.231",
"@types/node": "18.15.11",
"eslint": "^8.38.0",
Expand Down

0 comments on commit 819d767

Please sign in to comment.