mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
remove smooth behavior (#20794)
This commit is contained in:
@@ -82,7 +82,7 @@ export abstract class CellView extends AngularDisposable implements OnDestroy, I
|
|||||||
className: findRangeSpecificClass,
|
className: findRangeSpecificClass,
|
||||||
each: function (node, range) {
|
each: function (node, range) {
|
||||||
// node is the marked DOM element
|
// node is the marked DOM element
|
||||||
node.scrollIntoView({ behavior: 'smooth', block: 'center' });
|
node.scrollIntoView({ block: 'center' });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user