-
Notifications
You must be signed in to change notification settings - Fork 44
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
Cannot read property 'html' of undefined #114
Comments
it does not show error by downgrading ngx-summernote to 0.7.4 |
I am having the same problem with ngx-summernote import * as $ from 'jquery';` Is there any work being done on this package at all @lula ? |
I am having the same problem |
I am having a similar problem with ngx-summernote Change the following function in
|
For everyone met with this issue. if we use It should be a bug. How to bypass this issue
<div [ngxSummernote]="options" [(summernoteModel)]="someValue"></div> someValue:any;
ngOnInit(){
const originalInitValue = someValue;
someValue=null;
setTimeout(()=>someValue=originalInitValue ,60);// 50 is used by ngx-summernote
} |
package.json
html
ts
I got error Cannot read property 'html' of undefined, it maybe relate #80
The text was updated successfully, but these errors were encountered: