Skip to content

Commit

Permalink
chore: focus button on close
Browse files Browse the repository at this point in the history
  • Loading branch information
dtopalov committed Sep 20, 2024
1 parent eba291a commit f38f91b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { accessibilityIcon, SVGIcon } from '@progress/kendo-svg-icons';
[top]="top"
[left]="left"
[width]="400"
(close)="show = false;"
(close)="show = false; button.focus();"
[resizable]="false"
class="settings-panel !k-rounded-lg">
<kendo-window-titlebar class="!k-rounded-tl-lg !k-rounded-tr-lg" [style.backgroundColor]="'var(--kendo-color-inverse)'" [style.color]="'var(--kendo-color-on-inverse)'">
Expand Down

0 comments on commit f38f91b

Please sign in to comment.