ngx-pinch-zoom icon indicating copy to clipboard operation
ngx-pinch-zoom copied to clipboard

Cannot read property 'offsetHeight' of undefined

Open jlestercastro opened this issue 4 years ago • 1 comments

Hi im having a trouble in this. can you help me to fix this issue

Logs 31

Implementation 32

CSS 33

jlestercastro avatar Jul 13 '20 04:07 jlestercastro

Most likely, the error occurs due to the fact that your container is empty. Try to transfer ngIf to your parent.

<pinch-zoom *ngIf="currentDocument && user">

drozhzhin-n-e avatar Jul 16 '20 07:07 drozhzhin-n-e