mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
change stating to handle magnify state (#3746)
* change stating to handle magnify state * fix magnify during state setup
This commit is contained in:
@@ -592,6 +592,8 @@ class GridTable<T> extends Disposable implements IView {
|
|||||||
|
|
||||||
this.restoreScrollState();
|
this.restoreScrollState();
|
||||||
|
|
||||||
|
this.rebuildActionBar();
|
||||||
|
|
||||||
// Setting the active cell resets the selection so save it here
|
// Setting the active cell resets the selection so save it here
|
||||||
let savedSelection = this.state.selection;
|
let savedSelection = this.state.selection;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user