comment : send notification only to project managers

This commit is contained in:
isUnknown 2024-11-11 13:54:54 +01:00
parent 4f60dc91d3
commit 14321b1e8d
8 changed files with 41 additions and 137 deletions

View file

@ -211,6 +211,7 @@ function toggleCommentPositionMode(enable) {
function handleCommentPositionClick(event) {
const pageContainer = event.target.closest(".page-inner-container");
if (!pageContainer) return;
const pageLabel = pageContainer
.closest(".vpv-page-inner-container")