Makes entire note clickable #371

Merged
d-r-w merged 2 commits from main into main 2023-03-07 15:29:39 +00:00
Showing only changes of commit d228772e92 - Show all commits

View File

@ -179,7 +179,7 @@ export default function Note(props: NoteProps) {
if (!isTargetAllowed) {
return;
}
e.stopPropagation();
navigate(eventLink(id));
}