Skip to content
Snippets Groups Projects

issue #3191727: Focus states on mobile second level navigation items fixed

Open Gaurav requested to merge issue/drupal-3191727:3191727-focus-states-on into 9.3.x
2 files
+ 20
1
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 3e486f78
    Issue #3441920 by scott_euser, catch, smustgrave, quietone: Support #attached... · 3e486f78
    Alex Pott authored
    Issue #3441920 by scott_euser, catch, smustgrave, quietone: Support #attached settings in ViewAjaxController
@@ -214,6 +214,10 @@ public function ajaxView(Request $request) {
$response->addCommand(new PrependCommand(".js-view-dom-id-$dom_id", ['#type' => 'status_messages']));
$request->query->set('ajax_page_state', $existing_page_state);
if (!empty($preview['#attached'])) {
$response->setAttachments($preview['#attached']);
}
return $response;
}
else {
Loading