revert to using tab name

This commit is contained in:
Red Adaya 2024-12-10 15:34:11 +08:00
parent 78f4a5fd1c
commit 3a255d5fba

View File

@ -345,7 +345,7 @@ const Tab = memo(
suppressContentEditableWarning={true} suppressContentEditableWarning={true}
> >
{tabData?.name} {tabData?.name}
{id.substring(id.length - 3)} {/* {id.substring(id.length - 3)} */}
</div> </div>
{isPinned ? ( {isPinned ? (
<Button <Button