Skip to content

Commit

Permalink
show tab name
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Jul 7, 2024
1 parent 9329abb commit 46514fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/page_main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const closeModal = () => {
};
const show_tab_name = (tab_name) => {
if(tab_name.length > 8) return tab_name.slice(0, 6) + "...";
if (tab_name.length > 8) return tab_name.slice(0, 6) + "...";
return tab_name;
};
Expand Down

0 comments on commit 46514fd

Please sign in to comment.