mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 01:25:38 -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,
|
||||
each: function (node, range) {
|
||||
// node is the marked DOM element
|
||||
node.scrollIntoView({ behavior: 'smooth', block: 'center' });
|
||||
node.scrollIntoView({ block: 'center' });
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user