Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error if initially disabled #73

Open
ilativity opened this issue Oct 26, 2020 · 0 comments
Open

Error if initially disabled #73

ilativity opened this issue Oct 26, 2020 · 0 comments

Comments

@ilativity
Copy link

In case I put [disabled]="true" then a following error message is occur. Please take a look

core.js:4352 ERROR TypeError: Cannot read property 'isDragging' of undefined
at PinchZoomComponent.get isDragging [as isDragging] (ngx-pinch-zoom.js:911)
at PinchZoomComponent_Template (ngx-pinch-zoom.js:998)
at executeTemplate (core.js:7451)
at refreshView (core.js:7320)
at refreshComponent (core.js:8467)
at refreshChildComponents (core.js:7126)
at refreshView (core.js:7370)
at refreshComponent (core.js:8467)
at refreshChildComponents (core.js:7126)
at refreshView (core.js:7370)
at refreshEmbeddedViews (core.js:8421)
at refreshView (core.js:7344)
at refreshEmbeddedViews (core.js:8421)
at refreshView (core.js:7344)
at refreshComponent (core.js:8467)

if (this.properties['disabled']) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant