Timewindow: change order of default overlay positions
This commit is contained in:
parent
127e2c1979
commit
a66360ef66
@ -40,5 +40,5 @@ export const POSITION_MAP: { [key: string]: ConnectionPositionPair } = {
|
|||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|
||||||
export const DEFAULT_OVERLAY_POSITIONS = [POSITION_MAP.bottom, POSITION_MAP.bottomLeft, POSITION_MAP.bottomRight, POSITION_MAP.topLeft,
|
export const DEFAULT_OVERLAY_POSITIONS = [POSITION_MAP.bottomLeft, POSITION_MAP.bottomRight, POSITION_MAP.topLeft,
|
||||||
POSITION_MAP.topRight, POSITION_MAP.left, POSITION_MAP.right];
|
POSITION_MAP.topRight, POSITION_MAP.left, POSITION_MAP.right, POSITION_MAP.bottom];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user