Chad Henderson
Chad Henderson
Having the same issue.
I found that by removing the call back on line 840, the flicker goes away. Replace this: `this._onScroll((function(_this) { return function() { return _this._showPopoverAndOverlay(_this._current); };` with this: `this._onScroll();`
This is happening to us as well. It is causing problems in our workflow. Any solution?
Thank you for the reply Matthew. I will check out that extension. I appreciate all the work you have done on this project.