We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9a26a commit c48a0f5Copy full SHA for c48a0f5
app/src/components/bottom/BottomPanel.tsx
@@ -30,7 +30,7 @@ const BottomPanel = (props): JSX.Element => {
30
};
31
32
const mouseMoveHandler = function (e: MouseEvent): void {
33
- if (!props.bottomShow) return; // prevent drag calc to occur when bottom menu is not showing
+ if (!props.bottomShow) return; // prevent drag calculation to occur when bottom menu is not showing
34
35
const dy = y - e.clientY;
36
0 commit comments