Skip to content

Commit cd5899c

Browse files
alejandralevyAlejandra Levy
andauthored
feat: change shortcut for rotating camera (#1110)
Co-authored-by: Alejandra Levy <[email protected]>
1 parent a5e11cb commit cd5899c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@dcl/inspector/src/components/Renderer/Shortcuts/Shortcuts.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
display: flex;
6464
flex-direction: column;
6565
position: absolute;
66-
width: 350px;
66+
width: 365px;
6767
overflow-y: auto;
6868
right: 0;
6969
bottom: calc(var(--shortcuts-bottom) + var(--shortcuts-button-height) + 8px);

packages/@dcl/inspector/src/components/Renderer/Shortcuts/Shortcuts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Shortcuts: React.FC<Props> = ({ canvas, onResetCamera, onZoomIn, onZoomOut
8383
<div className="Item">
8484
<div className="Title">Rotate Camera</div>
8585
<div className="Description">
86-
<span className="Key">Left Mouse Button</span>+<span className="Key">Drag</span>
86+
<span className="Key">Right Mouse Button</span>+<span className="Key">Drag</span>
8787
</div>
8888
</div>
8989
<div className="Item">

0 commit comments

Comments
 (0)