fix: add missing var self = this in showDetail()

self was resolving to window.self instead of the View instance
inside the forEach callback, causing self.escapeString to fail.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 12:05:30 +00:00
parent 4f5b6be884
commit b9542e3980
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"module": "SmartAssistant",
"description": "Unified AI Assistant for Legal CRM — floating chat with case memory, office alerts, and n8n integration",
"author": "klear",
"version": "1.1.3",
"version": "1.1.4",
"acceptableVersions": [
">=8.0.0"
],