From 29b448989c2df96298cff982c73441c80d8aa50c Mon Sep 17 00:00:00 2001 From: Jackie Luo Date: Wed, 18 May 2016 16:02:57 -0700 Subject: [PATCH] fix(plugins): Update plugins list on install --- internal_packages/plugins/lib/packages-store.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/internal_packages/plugins/lib/packages-store.jsx b/internal_packages/plugins/lib/packages-store.jsx index 0900faa21..e8cc37b00 100644 --- a/internal_packages/plugins/lib/packages-store.jsx +++ b/internal_packages/plugins/lib/packages-store.jsx @@ -230,6 +230,7 @@ const PackagesStore = Reflux.createStore({ if (err) { this._displayMessage("Could not install plugin", err.message); } else { + this._onPackagesChanged(); const msg = `${packageName} has been installed and enabled. No need to restart! If you don't see the plugin loaded, check the console for errors.` this._displayMessage("Plugin installed! 🎉", msg); }