Skip to content

Fix placeholder text not translating bug

Hannes Heine requested to merge pr695head into pr695base

Created by: Tirokk

mattwr18 Authored by mattwr18 Merged


  • tiptap-extensions are not reactive
  • we must call a method to change them dynamically
  • emit changeLanguage event, which is listened for by the Editor component, which then calls a method to set the emptyNodeText of tiptap

🍰 Pullrequest

Issues

Merge request reports