From e7a67f80d5c1ef5eb961fb1268d9c2b9f4e09553 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Wed, 31 Jul 2024 11:02:20 +0200 Subject: [PATCH] action-list: Add method doc --- public/js/action-list.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/js/action-list.js b/public/js/action-list.js index 15a2840a..d4873904 100644 --- a/public/js/action-list.js +++ b/public/js/action-list.js @@ -200,6 +200,8 @@ /** * Key navigation for .action-list * + * Only for primary lists (dashboard or lists in detail view are not taken into account) + * * - `Shift + ArrowUp|ArrowDown` = Multiselect * - `ArrowUp|ArrowDown` = Select next/previous * - `Ctrl|cmd + A` = Select all on currect page