We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf6aa2 commit e64d8d0Copy full SHA for e64d8d0
Core/Solution/Hover.Board/Items/HoverboardItem.cs
@@ -17,7 +17,7 @@ public enum HoverboardItemType {
17
Text
18
}
19
20
- public HoverboardItemType Type;
+ public HoverboardItemType Type = HoverboardItemType.Selector;
21
public string Id = "";
22
public string Label = "";
23
public float Width = 1;
0 commit comments