You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying out magnifier inside accordion and found some issue. One is that getBoundingClientRect() can not get the real bounding if accordion is closed, thus the updateLensOnLoad() can not calculate the len size. One way to fix this is to updateLens once more on other event, e.g., mouseover.
The text was updated successfully, but these errors were encountered:
I was trying out magnifier inside accordion and found some issue. One is that getBoundingClientRect() can not get the real bounding if accordion is closed, thus the updateLensOnLoad() can not calculate the len size. One way to fix this is to updateLens once more on other event, e.g., mouseover.
The text was updated successfully, but these errors were encountered: