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 1a3419b commit 71e6dc1Copy full SHA for 71e6dc1
src/ui/blackboard/jupyterhublet.jsx
@@ -1113,13 +1113,6 @@ export class JupyterHublet extends Component {
1113
let className = 'appletMain'
1114
if (this.state.movepos || this.state.resize) className += ' appletMainMove'
1115
if (this.props.laserPointerOn) className += ' appletMainLaserPointer'
1116
- console.log(
1117
- 'check below',
1118
- this.props.pos.y > (this.props.scrollpos ?? 0) + this.props.scrollheight,
1119
- this.props.pos.y,
1120
- this.props.scrollpos ?? 0,
1121
- this.props.scrollheight
1122
- )
1123
1124
return (
1125
<Fragment>
0 commit comments