converted note revisions to new pattern

This commit is contained in:
zadam
2022-06-16 19:29:18 +02:00
parent e140daa952
commit eb8e5eafb6
9 changed files with 307 additions and 320 deletions

View File

@@ -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;
}