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:
[email protected]
With regards,
Apache Git Services