From 5f5e2a6c6c9d48d8d9ebaeca0feec54e9fce8947 Mon Sep 17 00:00:00 2001 From: laryn Date: Fri, 13 Sep 2024 17:32:24 -0500 Subject: [PATCH] Managed file browser form and sticky actions. --- template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/template.php b/template.php index a6fd87b..a5ceb11 100644 --- a/template.php +++ b/template.php @@ -806,6 +806,7 @@ function gin_ignore_sticky_form_actions() { 'layout-title-settings-form', 'layout-configure-region-page', 'views-ui-preview-form', + 'file-managed-file-browser-form', ); $exclude_form_ids += module_invoke_all('gin_ignore_sticky_form_actions'); return $exclude_form_ids;