diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-12-13 12:06:59 +0100 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-12-17 09:59:57 +0100 |
commit | 74b2562e6b40a9339943bfa83d323ea11203f401 (patch) | |
tree | a04e9b8fa630c2b01a7c2e8539e03798bdd5c9a2 /apps/files/src/components/FileEntryGrid.vue | |
parent | 376a7bba7b2911c53ff9524ac0b889e502250bff (diff) | |
download | nextcloud-server-74b2562e6b40a9339943bfa83d323ea11203f401.tar.gz nextcloud-server-74b2562e6b40a9339943bfa83d323ea11203f401.zip |
feat(files): add hotkey service and unify action handling
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/src/components/FileEntryGrid.vue')
-rw-r--r-- | apps/files/src/components/FileEntryGrid.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/src/components/FileEntryGrid.vue b/apps/files/src/components/FileEntryGrid.vue index 0b0344afb99..bf007e2be6c 100644 --- a/apps/files/src/components/FileEntryGrid.vue +++ b/apps/files/src/components/FileEntryGrid.vue @@ -58,7 +58,6 @@ <FileEntryActions ref="actions" :class="`files-list__row-actions-${uniqueId}`" :grid-mode="true" - :loading.sync="loading" :opened.sync="openedMenu" :source="source" /> </tr> |