mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
revert to using tab name
This commit is contained in:
parent
78f4a5fd1c
commit
3a255d5fba
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user