From 46a1dd39f0f06665c16dfe930af7279e20748526 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 15 May 2023 21:58:53 +0200 Subject: [PATCH] fixed #8419 --- app/src/pluginBlacklist.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/pluginBlacklist.ts b/app/src/pluginBlacklist.ts index 86799c32..a5f5537d 100644 --- a/app/src/pluginBlacklist.ts +++ b/app/src/pluginBlacklist.ts @@ -4,4 +4,6 @@ export const PLUGIN_BLACKLIST = [ 'terminus-clickable-links', // now bundled with Tabby 'tabby-clickable-links', // now bundled with Tabby 'terminus-clickable-ips', // broken, functionality now bundled with Tabby + 'terminus-elastic-quick-commands', // broken and abandoned, fork of quick-commands + 'terminus-elastic-quick-cmds', // broken and abandoned, fork of quick-commands ]