mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Make layouts flow horizontally by default (#18)
This commit is contained in:
@@ -23,7 +23,7 @@ export function newLayoutNode<T>(
|
||||
): LayoutNode<T> {
|
||||
const newNode: LayoutNode<T> = {
|
||||
id: crypto.randomUUID(),
|
||||
flexDirection: flexDirection ?? FlexDirection.Column,
|
||||
flexDirection: flexDirection ?? FlexDirection.Row,
|
||||
size,
|
||||
children,
|
||||
data,
|
||||
|
||||
Reference in New Issue
Block a user