feat: click to select hash (#198)
* feat: click to select hash * chore: lint
This commit is contained in:
parent
58da4edf2f
commit
b4527664d6
|
|
@ -380,7 +380,10 @@ const Show: React.FC = () => {
|
||||||
</div>
|
</div>
|
||||||
<div className="row my-4">
|
<div className="row my-4">
|
||||||
<div className="col-4">Hash</div>
|
<div className="col-4">Hash</div>
|
||||||
<div className="col-8 text-truncate" title={texture.hash}>
|
<div
|
||||||
|
className="col-8 text-truncate user-select-all"
|
||||||
|
title={texture.hash}
|
||||||
|
>
|
||||||
{isLoading ? <Skeleton /> : texture.hash}
|
{isLoading ? <Skeleton /> : texture.hash}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user