mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix order property is not respected if set more than once
This commit is contained in:
@@ -268,6 +268,8 @@
|
||||
public getAlignContent(): number;
|
||||
public setAlignContent(value: number);
|
||||
|
||||
public invalidateOrdersCache(): void;
|
||||
|
||||
public static FLEX_DIRECTION_ROW: number;
|
||||
public static FLEX_DIRECTION_ROW_REVERSE: number;
|
||||
public static FLEX_DIRECTION_COLUMN: number;
|
||||
|
||||
Reference in New Issue
Block a user