fix tab switch

This commit is contained in:
Yuri Kuznetsov
2022-08-04 18:35:57 +03:00
parent 9bcdef9107
commit d518d3671b
+6
View File
@@ -3611,7 +3611,13 @@ function (Dep, ViewRecordHelper, ActionItemSetup) {
.first()
.focus();
}, 50);
return;
}
this.$el
.find(`.middle-tabs button[data-tab="${tab}"]`)
.focus();
},
/**