fix: remove quotes around backstory display
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -470,7 +470,7 @@ export class NpcInfoPanel {
|
||||
// Update backstory
|
||||
const backstory = entity.backstory;
|
||||
if (backstory && backstory.length > 0) {
|
||||
this.backstoryEl.textContent = `"${backstory}"`;
|
||||
this.backstoryEl.textContent = backstory;
|
||||
this.backstoryEl.style.opacity = '1';
|
||||
this.backstoryEl.style.minHeight = '40px';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user