mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-02 19:44:02 +08:00
#17614: Fixing shape tracing scroll position
Work Items: 17614 --HG-- branch : 1.x
This commit is contained in:
@@ -280,10 +280,7 @@
|
||||
$('li[tree-shape-id="' + shapeNode.id + '"]').parents('li').andSelf().find('> .expando-glyph-container').each(function () {
|
||||
openExpando($(this));
|
||||
})
|
||||
.last()
|
||||
.each(function () {
|
||||
this.scrollIntoView()
|
||||
});
|
||||
.get(0).scrollIntoView();
|
||||
|
||||
refreshBreadcrumb();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user