Skip to content

Commit 90c8e0f

Browse files
author
Ives van Hoorne
committed
Fix Open With Enter tracking
1 parent 159221d commit 90c8e0f

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Dashboard/Content/SandboxCard

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Dashboard/Content/SandboxCard/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ class SandboxItem extends React.PureComponent<Props> {
300300
};
301301

302302
handleKeyDown = (e: KeyboardEvent) => {
303-
track('Dashboard - Sandbox Opened With Enter');
304303
if (e.keyCode === 13) {
304+
track('Dashboard - Sandbox Opened With Enter');
305305
// enter
306306
this.openSandbox();
307307
}

0 commit comments

Comments
 (0)