Skip to content

Commit c48a0f5

Browse files
committed
changed comment of 'calc' to 'calculation' in BottomPanel.tsx
1 parent 4a9a26a commit c48a0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/bottom/BottomPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const BottomPanel = (props): JSX.Element => {
3030
};
3131

3232
const mouseMoveHandler = function (e: MouseEvent): void {
33-
if (!props.bottomShow) return; // prevent drag calc to occur when bottom menu is not showing
33+
if (!props.bottomShow) return; // prevent drag calculation to occur when bottom menu is not showing
3434

3535
const dy = y - e.clientY;
3636

0 commit comments

Comments
 (0)