microsoft / PowerApps-Tooling

Tooling support for PowerApps language and .msapp files
https://make.powerapps.com
MIT License
322 stars 107 forks source link

Skip ZIndex from being serialized. #669

Closed shshetty-microsoft closed 3 months ago

shshetty-microsoft commented 3 months ago

If this is related to an issue open in GitHub, please link it to this ticket and put the URL here.

Problem

What is the issue we are attempting to solve? Currently when we vie code for gallery, the ZIndex is being serialized at the parent level. Changes here are the skip the ZIndex

Solution

Add a check to skip Zindex

Changes

Validation