Skip to content

Commit

Permalink
pkp/pkp-lib#10969 Defeated another infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Feb 27, 2025
1 parent f180108 commit 9df55cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Composer/Composer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ export default {
searchPhrase: '',
searchResults: [],
showSearchResultCount: 10,
toolbar: 'bold italic superscript subscript | link',
toolbar: 'bold italic superscript subscript | link | pkpAttachFiles',
};
},
computed: {
Expand All @@ -579,8 +579,6 @@ export default {
}
let self = this;
self.toolbar += ' | pkpAttachFiles';
return {
setup: function (editor) {
editor.ui.registry.addButton('pkpAttachFiles', {
Expand Down

0 comments on commit 9df55cc

Please sign in to comment.