From 70492274df0ca9d9a96ecccbc39f09b9cee13b08 Mon Sep 17 00:00:00 2001 From: controlol Date: Tue, 2 Nov 2021 22:46:41 +0100 Subject: [PATCH] do not show tooltip on a click --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 2c8192a..ea7beae 100644 --- a/src/App.js +++ b/src/App.js @@ -285,7 +285,7 @@ class App extends Component { >

{v.name}

{v.type}

- + )) }