remove stale debug log
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
faa9124f2b
commit
ec54d509e5
|
@ -170,7 +170,6 @@ export default class RoomTile2 extends React.Component<IProps, IState> {
|
||||||
};
|
};
|
||||||
|
|
||||||
private scrollIntoView = () => {
|
private scrollIntoView = () => {
|
||||||
console.log("DEBUG scrollIntoView", this.roomTileRef.current);
|
|
||||||
if (!this.roomTileRef.current) return;
|
if (!this.roomTileRef.current) return;
|
||||||
this.roomTileRef.current.scrollIntoView({
|
this.roomTileRef.current.scrollIntoView({
|
||||||
block: "nearest",
|
block: "nearest",
|
||||||
|
|
Loading…
Reference in New Issue