From 0f5edcf43d72cd837b91830a5d370807d3e2c70e Mon Sep 17 00:00:00 2001 From: Defi Boy Date: Mon, 13 Jul 2020 10:59:02 +0100 Subject: [PATCH] add activation --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index c58fd86f2a..102620292f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -47,7 +47,7 @@ const App = () => { await client.onload(); setClientInstance(client); console.log("Remix EthDoc Plugin has been loaded"); - + await client.call('manager' as any, 'activatePlugin', "ethdoc-viewer") client.solidity.on( "compilationFinished", (