clarify another scrolljump bug
This commit is contained in:
parent
c254d043c5
commit
731f1fa7d3
1 changed files with 2 additions and 0 deletions
|
@ -242,6 +242,8 @@ export default class extends React.Component {
|
||||||
// FIXME: this will break on clientside generated thumbnails (as per e2e rooms)
|
// FIXME: this will break on clientside generated thumbnails (as per e2e rooms)
|
||||||
// which may well be much smaller than the 800x600 bounding box.
|
// which may well be much smaller than the 800x600 bounding box.
|
||||||
|
|
||||||
|
// FIXME: It will also break really badly for images with broken or missing thumbnails
|
||||||
|
|
||||||
//console.log("trying to fit image into timelineWidth of " + this.refs.body.offsetWidth + " or " + this.refs.body.clientWidth);
|
//console.log("trying to fit image into timelineWidth of " + this.refs.body.offsetWidth + " or " + this.refs.body.clientWidth);
|
||||||
let thumbHeight = null;
|
let thumbHeight = null;
|
||||||
if (content.info) {
|
if (content.info) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue