Layyy
Results
14
comments of
Layyy
After looking at the source code, these two lines of code lead to ```js if (!wrapperElement) { wrapperElement = doc.createElement("div"); wrapperElement.insertBefore(this._viewportElement, null); containerElement.insertBefore(wrapperElement, null); } ``` may be lost when...
@daybrush Yes, I temporarily solved it by setting wrapperElement
老哥这个问题有解决嘛