Closed jensbuehl closed 1 year ago
Idea: Intercept paste event and do some magic. https://stackoverflow.com/questions/54822753/how-to-filter-text-content-on-copy-paste-operation-in-a-editable-component-vue
Reason: We use contenteditable + v-html
Problem was: DetailsPage did show text => show html tags EditorPage did show html => shows text as expected
Fixed by changing both to v-html for now.
Idea: Intercept paste event and do some magic. https://stackoverflow.com/questions/54822753/how-to-filter-text-content-on-copy-paste-operation-in-a-editable-component-vue