You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2019/01/09 16:59:26 UTC

[GitHub] nwangtw commented on a change in pull request #3147: [UI] Move reset view button to left and change plan graph listener fr…

nwangtw commented on a change in pull request #3147: [UI] Move reset view button to left and change plan graph listener fr…
URL: https://github.com/apache/incubator-heron/pull/3147#discussion_r246461507
 
 

 ##########
 File path: heron/tools/ui/resources/static/js/logical-plan.js
 ##########
 @@ -402,6 +403,7 @@
         .attr("y", function (d) { return d.cy - d.r - 10; })
         .attr("class", "fade")
         .style("text-anchor", "middle")
+        .style("user-select", "all")
 
 Review comment:
   select all text on click

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services