mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-13 18:50:26 +00:00
fix: tab active incorrectly, when click tab space (#152)
This commit is contained in:
@@ -194,6 +194,7 @@ export default defineComponent({
|
||||
editTabIndex.value = index;
|
||||
}
|
||||
function handleClick(el: any) {
|
||||
el.stopPropagation();
|
||||
needQuery.value = true;
|
||||
if (["tab-name", "edit-tab"].includes(el.target.className)) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user