mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
converted note revisions to new pattern
This commit is contained in:
@@ -22,8 +22,7 @@ async function mouseEnterHandler() {
|
||||
const $link = $(this);
|
||||
|
||||
if ($link.hasClass("no-tooltip-preview")
|
||||
|| $link.hasClass("disabled")
|
||||
|| $link.attr("data-action") === 'note-revision') {
|
||||
|| $link.hasClass("disabled")) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user