Update code comment

This commit is contained in:
Tetrakern 2024-06-01 19:46:31 +02:00
parent ee8815f445
commit 3597b132a1

View File

@ -69,7 +69,7 @@ document.addEventListener('click', event => {
*/
function fcn_touchParagraph(e) {
// Do not call paragraphs tolls on spoilers
// Do not call paragraphs tools on spoilers or popup menus
if (e.target.classList.contains('spoiler') || e.target.closest('.popup-menu-toggle')) {
return;
}