Skip to content

Commit

Permalink
Remove unnecessary comma
Browse files Browse the repository at this point in the history
  • Loading branch information
indigoxela committed Jul 18, 2024
1 parent aef8eab commit cdd20aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/plugins/backdroplink/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
tooltip: 'Remove link',
onAction: function () {
editor.execCommand('unlink');
},
}
});

editor.ui.registry.addMenuItem('backdroplink', {
Expand Down

0 comments on commit cdd20aa

Please sign in to comment.