fix tooltip

This commit is contained in:
azivner
2017-12-17 17:37:19 -05:00
parent 125012cba7
commit f96e38fd13
3 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
const link = (function() {
function getNotePathFromLink(url) {
const notePathMatch = /app#([A-Za-z0-9/]+)$/.exec(url);
const notePathMatch = /#([A-Za-z0-9/]+)$/.exec(url);
if (notePathMatch === null) {
return null;