Bump version to 0.1.55, fix chat scrolling issues, restore requestAnimationFrame, and improve entity ID lookups

This commit is contained in:
techartdev
2026-02-23 16:38:24 +02:00
parent aae2e25600
commit bb13ac9237
5 changed files with 34 additions and 19 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.54";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.55";
console.info("OpenClaw loader importing", src);
await import(src);
}