Anees Ijaz

Results 8 comments of Anees Ijaz

> Sorry for the delay reviewing, this looks great but would it be possible to update this without the eslint formatting changes? sure why not ... I will pull the...

ok so the other problem of storage exceeds is not related to this of course. And the shaking problem is fixed. just had to remove the min height from the...

And the issue that the editor hangs is I guess also not related to this. Because I had same experience with the visibility sensor and without the visibility sensor they...

the lag for what the issue was a huge one.. and that was because the draftjs rendered block have a huge dom tree which cause memory to overload when all...

I will look into that scroll sync , may be we can find any other method of doing that scroll. (I was thinking of adding those attributes of timings in...

Also having same problem. video is over an hour and sometimes even page crashes due to heavy load.

ok this worked for me.. no lag at all. wrapperBlock.js: ```javascript let containmentDOMRect = document.querySelector(".notranslate"); return ( containmentDOMRect ? ( {({isVisible}) => isVisible ? {this.props.blockProps.showSpeakers ? speakerElement : ''} {this.props.blockProps.showTimecodes...

That's the css selector for the div holding all the wrapperBlocks (may be generated by draft.js). I think the issue was by default visibility sensor was not working because it...