Bump version to 0.1.51, fix chat input focus loss, and update card version

This commit is contained in:
techartdev
2026-02-23 11:14:18 +02:00
parent 7a8c0ae71d
commit 8f82526bb9
5 changed files with 35 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
(async () => {
try {
if (!customElements.get("openclaw-chat-card")) {
const src = "/openclaw/openclaw-chat-card.js?v=0.1.50";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.51";
console.info("OpenClaw loader importing", src);
await import(src);
}