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
1b8ac7f8bf
commit
d6bda531df
@ -230,8 +230,8 @@ const Tab = memo(
|
||||
onKeyDown={handleKeyDown}
|
||||
suppressContentEditableWarning={true}
|
||||
>
|
||||
{/* {tabData?.name} */}
|
||||
{id.substring(id.length - 3)}
|
||||
{tabData?.name}
|
||||
{/* {id.substring(id.length - 3)} */}
|
||||
</div>
|
||||
<Button className="ghost grey close" onClick={onClose} onMouseDown={handleMouseDownOnClose}>
|
||||
<i className="fa fa-solid fa-xmark" />
|
||||
|
Loading…
Reference in New Issue
Block a user