From 5a40615edaac1f5ffd5df717f3014f091641fca4 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 25 Sep 2020 21:34:18 +0200 Subject: [PATCH] stuff --- Library/0BDFDB.plugin.js | 2 +- Library/_res/BDFDB.data.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index d5189b401e..4598e8ccc5 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -1498,7 +1498,7 @@ module.exports = (_ => { nonRender: BDFDB.ObjectUtils.toArray(pluginData.patchTypes).flat(10).filter(n => n && !InternalData.ModuleUtilsConfig.InstanceFunctions.includes(n)).length > 0, mapped: InternalData.ModuleUtilsConfig.PatchMap[type] }; - config.ignoreCheck = !!(config.codeFind || config.propertyFind || config.specialFilter || config.nonRender); + config.ignoreCheck = !!(config.codeFind || config.propertyFind || config.specialFilter || config.nonRender || config.memoComponent); config.nonPrototype = InternalData.ModuleUtilsConfig.NonPrototype.includes(unmappedType) || !!(config.codeFind || config.propertyFind || config.nonRender); let component = InternalData.ModuleUtilsConfig.LoadedInComponents[type] && BDFDB.ObjectUtils.get(InternalComponents, InternalData.ModuleUtilsConfig.LoadedInComponents[type]); diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index fc534d3186..f40ddfc0b3 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -18,6 +18,7 @@ "AnimationUtils": {"props": ["spring", "decay"]}, "ArrayUtils": {"props": ["isArrayLike", "zipObject"]}, "AssetUtils": {"props": ["getAssetImage", "getAssetIds"]}, + "AutocompleteOptions": {"props": ["AUTOCOMPLETE_OPTIONS"]}, "BadgeUtils": {"props": ["getBadgeCountString", "getBadgeWidthForValue"]}, "CallUtils": {"props": ["getCalls", "isCallActive"]}, "CategoryCollapseStore": {"props": ["getCollapsedCategories", "isCollapsed"]},