We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b01549 commit abe5f8dCopy full SHA for abe5f8d
obsidian.js
@@ -1465,7 +1465,7 @@ function getAutoReloadScript() {
1465
if (payload.type === 'nav' && !window.Reveal) {
1466
location.reload();
1467
} else if (payload.type === 'page') {
1468
- const current = location.pathname.replace(/^\\/+/, "");
+ const current = decodeURIComponent(location.pathname.replace(/^\\/+/, ""));
1469
if (payload.files && payload.files.some(f => current.endsWith(f))) {
1470
1471
} else {
0 commit comments