Skip to content

Conversation

@KillerCodeMonkey
Copy link
Owner

  • adapt / fix quill-editor-component unit tests
  • test release
  • check if eveything works as expected

const content = changes.content.currentValue
const sanitize = [true, false].includes(this.sanitize()) ? this.sanitize() : (this.service.config.sanitize || false)
constructor() {
toObservable(this.theme).subscribe((newTheme) => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably you can use an effect?

If not, do we need to have an unsubscribe?

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

Successfully merging this pull request may close these issues.

3 participants