mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Fixed using help's navigation buttons not resetting the help pane to the top.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user