We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
enter-directory
1 parent a761dbf commit f457cf3Copy full SHA for f457cf3
lib/components/FilePicker/FileListRow.vue
@@ -17,7 +17,7 @@
17
/* same as tabindex -> if we hide the checkbox or this is a directory we need keyboard access to enter the directory or select the node */
18
...(!showCheckbox || isDirectory ? { keydown: handleKeyDown } : {}),
19
}">
20
- <td v-if="showCheckbox" class="row-checkbox" @click.stop="() => {/* Stop the click event */}">
+ <td v-if="showCheckbox" class="row-checkbox" @click.stop="() => {/* Stop the click event */ }">
21
<NcCheckboxRadioSwitch :aria-label="t('Select the row for {nodename}', { nodename: displayName })"
22
:disabled="!isPickable"
23
data-testid="row-checkbox"
0 commit comments