Skip to content

Commit

Permalink
pkp/pkp-lib#9366 Remove array push for a custom plugin in tinymce
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Jan 6, 2025
1 parent 0860a4a commit 1c9c627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Form/fields/FieldPreparedContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export default {
}
if (self.preparedContent.length) {
props.plugins.push('pkpInsert');
props.toolbar += '| pkpInsert';
}
Expand Down

0 comments on commit 1c9c627

Please sign in to comment.