mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
[DURACOM-195] fix issue with event handling in expandable admin sidebar section
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
[class.disabled]="section.model?.disabled"
|
||||
(click)="toggleSection($event)"
|
||||
(keyup.space)="toggleSection($event)"
|
||||
(keyup.enter)="toggleSection($event)"
|
||||
href="javascript:void(0);"
|
||||
>
|
||||
<div class="sidebar-fixed-element-wrapper" data-test="sidebar-section-icon" aria-hidden="true">
|
||||
|
Reference in New Issue
Block a user