scroll to named reference on load fixes #2083
This commit is contained in:
parent
2ee049fa92
commit
26d0022766
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ pandora.ui.textHTML = function(text) {
|
|||
})
|
||||
.appendTo($content);
|
||||
|
||||
scrollToPosition();
|
||||
setTimeout(scrollToPosition);
|
||||
|
||||
function getHeight() {
|
||||
// 24 menu + 24 toolbar + 16 statusbar + 32 title + 32 margins
|
||||
|
|
Loading…
Reference in a new issue