update
This commit is contained in:
Generated
+1
-1
@@ -7016,7 +7016,7 @@
|
|||||||
"integrity": "sha512-1oDcnEp3lVyHCuQ2YFelM4Alm2o91xNoMncRm1U7S+JdYfYOvbiGZ3/CxGttrOu2M/KcGz7cRC2DoNUA6urmMA==",
|
"integrity": "sha512-1oDcnEp3lVyHCuQ2YFelM4Alm2o91xNoMncRm1U7S+JdYfYOvbiGZ3/CxGttrOu2M/KcGz7cRC2DoNUA6urmMA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"esbuild": "^0.21.3",
|
"esbuild": "^0.25.0",
|
||||||
"postcss": "^8.4.43",
|
"postcss": "^8.4.43",
|
||||||
"rollup": "^4.20.0"
|
"rollup": "^4.20.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ const searchTerm = ref('');
|
|||||||
const sendCommand = () => {
|
const sendCommand = () => {
|
||||||
const command = commandInput.value;
|
const command = commandInput.value;
|
||||||
console.log(`[CommandInputBar] Sending command: ${command || '<Enter>'} `);
|
console.log(`[CommandInputBar] Sending command: ${command || '<Enter>'} `);
|
||||||
emit('send-command', command + '\n');
|
emit('send-command', command);
|
||||||
commandInput.value = '';
|
commandInput.value = '';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user