Skip to content

Commit f7d0e6f

Browse files
cyanzhonggpolitis
andauthored
Update src/view.ts
Co-authored-by: George Politis <georgios.politis@icloud.com>
1 parent c71d4a9 commit f7d0e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export function setUp() {
9393
event.preventDefault();
9494
event.stopPropagation();
9595

96-
const absolutePath = joinPaths(basePath, href);
96+
const absolutePath = joinPaths(basePath, decodeURIComponent(href));
9797
await MarkEdit.openFile(absolutePath);
9898
});
9999

0 commit comments

Comments
 (0)