comment : send notification only to project managers
This commit is contained in:
parent
4f60dc91d3
commit
14321b1e8d
8 changed files with 41 additions and 137 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue