Skip to content

Commit

Permalink
WebContextMenus: Fix copy context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckyz committed Nov 25, 2024
1 parent d8df96d commit 60b7766
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/plugins/webContextMenus.web/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,12 @@ export default definePlugin({
replace: "true"
},
{
match: /\i\.\i\.copy/,
match: /\i\.\i\.copy(?=\(\i)/,
replace: "Vencord.Webpack.Common.Clipboard.copy"
}]
}
],
all: true,
noWarn: true
},
// Automod add filter words
{
Expand Down

0 comments on commit 60b7766

Please sign in to comment.