summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/pages
diff options
context:
space:
mode:
authorAnderson Shindy Oki <[email protected]>2024-12-09 09:06:38 +0900
committerAnderson Shindy Oki <[email protected]>2024-12-09 09:06:38 +0900
commit137d61930d6d570515b5d3a4149c19f6206b6aea (patch)
treead027492b7b054d3d1500017c8687216e51fa960 /frontend/src/pages
parentf4ca0f9e5586b9b84f137c102e4b1c577b883da8 (diff)
downloadbazarr-137d61930d6d570515b5d3a4149c19f6206b6aea.tar.gz
bazarr-137d61930d6d570515b5d3a4149c19f6206b6aea.zip
Fixed missing mobile tooltipsv1.4.6-beta.26
Diffstat (limited to 'frontend/src/pages')
-rw-r--r--frontend/src/pages/views/ItemOverview.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/pages/views/ItemOverview.tsx b/frontend/src/pages/views/ItemOverview.tsx
index d611d5a85..9821d10a7 100644
--- a/frontend/src/pages/views/ItemOverview.tsx
+++ b/frontend/src/pages/views/ItemOverview.tsx
@@ -62,6 +62,7 @@ const ItemOverview: FunctionComponent<Props> = (props) => {
label={item.path}
multiline
style={{ overflowWrap: "anywhere" }}
+ events={{ hover: true, focus: false, touch: true }}
>
<span>{item.path}</span>
</Tooltip>