mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 12:03:51 +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 () {
|
$('li[tree-shape-id="' + shapeNode.id + '"]').parents('li').andSelf().find('> .expando-glyph-container').each(function () {
|
||||||
openExpando($(this));
|
openExpando($(this));
|
||||||
})
|
})
|
||||||
.last()
|
.get(0).scrollIntoView();
|
||||||
.each(function () {
|
|
||||||
this.scrollIntoView()
|
|
||||||
});
|
|
||||||
|
|
||||||
refreshBreadcrumb();
|
refreshBreadcrumb();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user