From b789b2c34700163ee36b1f56737c6933c9d05e03 Mon Sep 17 00:00:00 2001 From: Piotr Zarzycki Date: Mon, 10 Jun 2024 15:05:21 +0200 Subject: [PATCH] TileView: Reset selectedIndex in tile view (reference #56) --- .../DocumentationFormViews/DocumentationForm.mxml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Super.Human.Portal_Royale/src/generated/Super.Human.Portal_Royale/views/modules/DocumentationForm/DocumentationFormViews/DocumentationForm.mxml b/Super.Human.Portal_Royale/src/generated/Super.Human.Portal_Royale/views/modules/DocumentationForm/DocumentationFormViews/DocumentationForm.mxml index f895005..071baed 100644 --- a/Super.Human.Portal_Royale/src/generated/Super.Human.Portal_Royale/views/modules/DocumentationForm/DocumentationFormViews/DocumentationForm.mxml +++ b/Super.Human.Portal_Royale/src/generated/Super.Human.Portal_Royale/views/modules/DocumentationForm/DocumentationFormViews/DocumentationForm.mxml @@ -51,6 +51,8 @@ { this.currentState = 'startview'; this.proxy.selectedIndex = -1; + this.dg.selectedIndex = -1; + this.dg.selectedItem = null; if (this.itemVO) {