Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Feb 28, 2025
1 parent 0241653 commit 908e02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Composer/Composer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ export default {
toolbar() {
let baseToolbar = 'bold italic superscript subscript | link ';
if (this.attachers) {
if (this.attachers?.length) {
baseToolbar += '| pkpAttachFiles';
}
Expand Down

0 comments on commit 908e02b

Please sign in to comment.