Skip to content

Commit 2ca9a26

Browse files
committed
publish 3.2.5
1 parent e893399 commit 2ca9a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-web-terminal",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "A lightweight and powerful web terminal plugin, suitable for vue3. 轻量、功能强大的网页端Terminal插件,适配vue3",
55
"license": "Apache-2.0",
66
"private": false,

src/Terminal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ const _onInput = (e: InputEvent) => {
11111111
if (newStr == null) {
11121112
newStr = value
11131113
}
1114-
command.value = newStr.trim()
1114+
command.value = newStr
11151115
}
11161116
11171117
if (_isEmpty(command.value)) {

0 commit comments

Comments
 (0)