Skip to content

Commit e64d8d0

Browse files
committed
Updated HoverboardItem to use the "Selector" type by default.
1 parent acf6aa2 commit e64d8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Solution/Hover.Board/Items/HoverboardItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public enum HoverboardItemType {
1717
Text
1818
}
1919

20-
public HoverboardItemType Type;
20+
public HoverboardItemType Type = HoverboardItemType.Selector;
2121
public string Id = "";
2222
public string Label = "";
2323
public float Width = 1;

0 commit comments

Comments
 (0)