thkim 2026-01-30 09:59:56 +09:00
commit d570a4b713
1 changed files with 1 additions and 0 deletions

View File

@ -459,6 +459,7 @@ function forceUncheckHoleLayerOnOff(ele) {
$(document).on('click', '.map-division-contents .toggleChk', function() { $(document).on('click', '.map-division-contents .toggleChk', function() {
let chkTF = $(this).prop('checked'); // checked 여부 true/false let chkTF = $(this).prop('checked'); // checked 여부 true/false
$(this).closest('li').find('> ul > li > input:checkbox, > ul > li > input:radio').prop('checked', chkTF) $(this).closest('li').find('> ul > li > input:checkbox, > ul > li > input:radio').prop('checked', chkTF)
hole_layerOnOff()
}) })
/** /**