always add bundle.js
This commit is contained in:
parent
37d2d9d700
commit
9e6e64cb0e
|
|
@ -2,3 +2,4 @@
|
|||
|
||||
bun run check || exit 1
|
||||
bun run build || exit 1
|
||||
git add ./public/bundle.js
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
////
|
||||
// version: 178711c
|
||||
// version: 8075fac
|
||||
|
||||
// src/js/dom.ts
|
||||
var content2 = $("content");
|
||||
|
|
@ -741,7 +741,7 @@ function handleCompletion(e) {
|
|||
const input = cmdInput.value;
|
||||
for (const command of Object.keys(commands)) {
|
||||
if (command.startsWith(input)) {
|
||||
cmdInput.value = command;
|
||||
cmdInput.value = command + " ";
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user