From b0dde2d57f8d504475d926459c56c660db09bf0a Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:23:29 -0500 Subject: [PATCH] feat(channeltabs): Remove Unused Func --- src/equicordplugins/channelTabs/index.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/equicordplugins/channelTabs/index.tsx b/src/equicordplugins/channelTabs/index.tsx index 884d1e3f..fcca4f70 100644 --- a/src/equicordplugins/channelTabs/index.tsx +++ b/src/equicordplugins/channelTabs/index.tsx @@ -112,10 +112,5 @@ export default definePlugin({ createTab(tab, false, message.id); }, - onAppDirectoryClose() { - this.appDirectoryClosed = true; - setTimeout(() => this.appDirectoryClosed = false, 0); - }, - util: ChannelTabsUtils, });