scroll help to top when changing sections

This commit is contained in:
Ansis Brammanis
2013-03-28 16:19:38 -04:00
parent ab9b8cb2a6
commit b39d6498e6
+1
View File
@@ -15,6 +15,7 @@ iD.ui.Help = function(context) {
.attr('class', 'toc');
function clickHelp(d, i) {
pane.property('scrollTop', 0);
doctitle.text(d.title);
body.html(d.html);
body.selectAll('a')