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

exceptionHandler.handleError is not a function #3

Open
snakone opened this issue Jun 17, 2022 · 0 comments
Open

exceptionHandler.handleError is not a function #3

snakone opened this issue Jun 17, 2022 · 0 comments

Comments

@snakone
Copy link

snakone commented Jun 17, 2022

when adding the Focus module into Quill Modules im getting this error. Any solution?

const config: QuillConfig = {
  format: 'object',
  placeholder: QUILL_PLACEHOLDER,
  modules: {
    focus: {
      focusClass: 'focused-blot'
    },
  }
}

@NgModule({
  imports: [
    QuillModule.forRoot(config)
  ],
  providers: [QuillService]
})

btw im using ngx-quill and Angular, i have used other modules for vanilla quill successfully

"@angular/cli": "~13.2.5",
"@angular/compiler-cli": "~13.2.5",
"quill": "~1.3.7",
"quill-focus": "^1.1.2",
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