mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
fix tooltip
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user