Skip to content

Commit

Permalink
1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Jan 29, 2025
1 parent d717f7a commit e8c2f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonlight-mod/mappings",
"version": "1.1.13",
"version": "1.1.14",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/mappings/discord/components/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ register((moonmap) => {
});
moonmap.addExport(name, "useMultiSelectState", {
type: ModuleExportType.Function,
find: /clear:\(\)=>.\(new Set\)/
find: /.\.has\(.\)\?.\.delete\(.\):.\.add\(.\),.\(.\)/
});
moonmap.addExport(name, "useMultiSelect", {
type: ModuleExportType.Function,
Expand Down

0 comments on commit e8c2f07

Please sign in to comment.