Skip to content

Commit

Permalink
Update discourse-copy-post.js
Browse files Browse the repository at this point in the history
Changing connector
  • Loading branch information
sgeier authored Dec 11, 2022
1 parent de6be11 commit 52c5352
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default apiInitializer("0.11.1", (api) => {
}
}

api.decorateWidget("post-menu:extra-controls", (helper) => {
api.decorateWidget("post-menu:extra-post-controls", (helper) => {
const results = [];
results.push(helper.widget.attach("copy-widget", helper));
return results;
Expand Down

0 comments on commit 52c5352

Please sign in to comment.