Skip to content

Commit 23b0979

Browse files
committed
fix: Update GridContainer scrollByColumns to target VDOM root (#8999)
1 parent 977e5cc commit 23b0979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/grid/Container.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ class GridContainer extends BaseContainer {
703703

704704
Neo.main.DomAccess.scrollTo({
705705
direction: 'left',
706-
id : me.vdom.id,
706+
id : me.getVdomRoot().id,
707707
value : scrollLeft,
708708
windowId : me.windowId
709709
})

0 commit comments

Comments
 (0)