[grok] Mobile touch controls for navigation (#96) #402

Closed
grok wants to merge 101 commits from grok/issue-96 into main
Showing only changes of commit b68d874cdc - Show all commits

3
app.js
View File

@@ -2890,6 +2890,9 @@ document.getElementById('soul-toggle').addEventListener('click', () => {
btn.textContent = '⏹';
speakLine();
}).catch(err => {
console.error('Failed to load SOUL.md', err);
alert('Could not load SOUL.md. Check console for details.');
});
} else {
speechSynthesis.cancel();