fix:외부 링크 새창 열기 (hx-boost=false 추가)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
class="flex items-center gap-2 px-3 py-2 rounded-lg text-sm {{ $activeClass }}"
|
||||
style="padding-left: {{ $paddingLeft }}"
|
||||
title="{{ $menu->name }}"
|
||||
@if($menu->is_external) target="{{ $target }}" rel="noopener noreferrer" @endif
|
||||
@if($menu->is_external) target="{{ $target }}" rel="noopener noreferrer" hx-boost="false" @endif
|
||||
>
|
||||
@if($menu->icon)
|
||||
<x-sidebar.menu-icon :icon="$menu->icon" />
|
||||
|
||||
Reference in New Issue
Block a user