msc-ai-assistant
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -979,16 +979,2 @@ import { _wcl } from './common-lib.js'; | ||
_onKeydownBK(evt) { | ||
const { key, shiftKey } = evt; | ||
const { btnSubmit } = this.#nodes; | ||
if (key !== 'Enter') { | ||
return; | ||
} | ||
if (!shiftKey) { | ||
evt.preventDefault(); | ||
btnSubmit.click(); | ||
} | ||
} | ||
_onInput() { | ||
@@ -995,0 +981,0 @@ const { textarea } = this.#nodes; |
{ | ||
"name": "msc-ai-assistant", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "<msc-ai-assistant /> is a web component based on Chrome Built-in AI Prompt API. Web developers could use <msc-ai-assistant /> to help user consult anything they like to know.", | ||
@@ -5,0 +5,0 @@ "main": "index.html", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121480
2611