Fixed using help's navigation buttons not resetting the help pane to the top.

This commit is contained in:
n42k
2018-10-27 16:21:59 +01:00
parent 8606121aa4
commit bc0ec1f380
+1 -1
View File
@@ -318,7 +318,7 @@ export function uiHelp(context) {
function clickHelp(d, i) {
var rtl = (textDirection === 'rtl');
pane.property('scrollTop', 0);
content.property('scrollTop', 0);
doctitle.html(d.title);
body.html(d.html);