system: call blur() on service widget button click

This commit is contained in:
Franco Fichtner 2024-08-26 13:58:41 +02:00
parent 8b5a9a172a
commit fb29ce6917

View File

@ -101,6 +101,7 @@ export default class Services extends BaseTableWidget {
$('.srv_status_act2').on('click', async (event) => {
this.locked = true;
event.preventDefault();
event.currentTarget.blur();
let $elem = $(event.currentTarget);
let $icon = $elem.children(0);
this.startCommandTransition($elem.data('service'), $icon);