note paths widget has context menu too

This commit is contained in:
zadam
2020-04-20 22:38:37 +02:00
parent 8473f72ec8
commit 9f1b3cc892
2 changed files with 2 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ $(document).on('contextmenu', 'a.ck-link-actions__preview', newTabContextMenu);
$(document).on('contextmenu', '.note-detail-text a', newTabContextMenu);
$(document).on('contextmenu', "a[data-action='note']", newTabContextMenu);
$(document).on('contextmenu', ".note-detail-render a", newTabContextMenu);
$(document).on('contextmenu', ".note-paths-widget a", newTabContextMenu);
export default {
getNotePathFromUrl,