Skip to content

Commit 5584ba6

Browse files
author
Ives van Hoorne
committed
Fix pinching in editor
1 parent 0793f2b commit 5584ba6

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace/Files/DirectoryEntry/Entry/EditIcons

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/Files/DirectoryEntry/Entry/EditIcons/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function EditIcons({
3333

3434
return (
3535
<div className={className}>
36-
{hovering && (
36+
{(hovering || (window.__isTouch && active)) && (
3737
<Container>
3838
{onEdit && (
3939
<Tooltip title="Edit">

0 commit comments

Comments
 (0)