fix: prevent selection when selectable is set to false (checkbox mode)

pull/6855/head
KumJungMin 2024-11-25 21:15:10 +09:00
parent 96ad315316
commit 8d9c5848ce
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
:modelValue="checked"
:binary="true"
:class="cx('pcNodeCheckbox')"
:readonly="node.selectable === false"
@change="toggleCheckbox"
:tabindex="-1"
:indeterminate="partialChecked"