diff --git a/classes/ColdTrick/WidgetManager/Menus.php b/classes/ColdTrick/WidgetManager/Menus.php index b883648..d320c66 100644 --- a/classes/ColdTrick/WidgetManager/Menus.php +++ b/classes/ColdTrick/WidgetManager/Menus.php @@ -87,6 +87,9 @@ public static function addWidgetPageEntityMenuItems(\Elgg\Event $event) { 'icon' => 'edit', 'href' => "ajax/form/widget_manager/widget_page?guid={$entity->guid}", 'link_class' => 'elgg-lightbox', + 'data-colorbox-opts' => json_encode([ + 'trapFocus' => false, + ]), ]); return $result;