Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Aug 21, 2024
1 parent 94ad8c8 commit fa37873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pat/tinymce/tinymce--implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export default class TinyMCE {
},
});
// handle 'change' event to ensure correct validation (eg. required textfield)
// eslint-disable-next-line no-unused-vars
editor.on("change", (e) => {
// setting tiny content manually
this.el.value = editor.getContent();
Expand Down

0 comments on commit fa37873

Please sign in to comment.