silverbulletmd / silverbullet

The hackable notebook
https://silverbullet.md
MIT License
2.06k stars 146 forks source link

Slash commands broken in 0.7.3 #755

Closed gorootde closed 4 months ago

gorootde commented 4 months ago

When typing / to execute any slash command, the browser console displays an error and not autocomplete for slash commands is displayed. In 0.7.1 everything was working as expected.

TypeError: undefined is not a function (near '...a of s...') client.js:127:7158

zefhemel commented 4 months ago

Did you try reloading the page to see if that fixes it? There was an api change and maybe your client files haven't been reloaded.

gorootde commented 4 months ago

Thanks for the hint: Deleting and re-installing the PWA did the job. Seems like refresh didn't reload the cached JS.