Updated 'Clear Sheet' to also clear AI activity log and history
This commit is contained in:
parent
7885343cbb
commit
6d60d0b223
1 changed files with 4 additions and 0 deletions
|
|
@ -607,6 +607,10 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||
spreadsheet.setData([]);
|
||||
saveData([]); // Force save empty array
|
||||
updateStats(0);
|
||||
|
||||
// Clear AI Log and History
|
||||
document.getElementById('aiOutput').textContent = 'Waiting for command...';
|
||||
conversationHistory = [];
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue