Skip to content

Commit

Permalink
TileView: Reset selectedIndex in tile view
Browse files Browse the repository at this point in the history
(reference #56)
  • Loading branch information
piotrzarzycki21 committed Jun 10, 2024
1 parent b790174 commit b789b2c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
{
this.currentState = 'startview';
this.proxy.selectedIndex = -1;
this.dg.selectedIndex = -1;
this.dg.selectedItem = null;
if (this.itemVO)
{
Expand Down

0 comments on commit b789b2c

Please sign in to comment.