Fix focus stealing in item box (#2885)

Port of #2895
This commit is contained in:
Dan Stillman 2022-11-21 01:08:25 -05:00
parent 0e4cdda8c7
commit 1f0a721101

View file

@ -304,6 +304,7 @@
}
this._item = val;
this._lastTabIndex = null;
this.scrollToTop();
this.refresh();
}