mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Remove logline
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
464ebe900d
commit
3ae0bc307c
@ -100,7 +100,6 @@ export default class ImageView extends React.Component<IProps, IState> {
|
||||
private previousY = 0;
|
||||
|
||||
componentDidMount() {
|
||||
console.log("LOG calculating", this.props.width, this.props.height);
|
||||
// We have to use addEventListener() because the listener
|
||||
// needs to be passive in order to work with Chromium
|
||||
this.focusLock.current.addEventListener('wheel', this.onWheel, { passive: false });
|
||||
|
Loading…
Reference in New Issue
Block a user