wu-sheng commented on a change in pull request #232: Update: update db-trace 
copy
URL: 
https://github.com/apache/incubator-skywalking-ui/pull/232#discussion_r257463587
 
 

 ##########
 File path: src/components/Trace/TraceListDB/index.js
 ##########
 @@ -42,6 +50,18 @@ class TraceList extends PureComponent {
     );
   };
 
+  handleClick = (i) => {
+    const input = document.createElement('input');
+    input.value = i;
+    message.info('Copyed');
 
 Review comment:
   Typo, `Copyed`-> `copied`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to