change stating to handle magnify state (#3746)

* change stating to handle magnify state

* fix magnify during state setup
This commit is contained in:
Anthony Dresser
2019-01-22 14:37:33 -08:00
committed by GitHub
parent cff5482f69
commit eb0b2a847b

View File

@@ -592,6 +592,8 @@ class GridTable<T> extends Disposable implements IView {
this.restoreScrollState();
this.rebuildActionBar();
// Setting the active cell resets the selection so save it here
let savedSelection = this.state.selection;