Skip to content

Commit

Permalink
Minor tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMallard committed Dec 10, 2024
1 parent 4a3e3b7 commit c938162
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions aftman.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ wally = "UpliftGames/[email protected]"
stylua = "johnnymorganz/[email protected]"
selene = "Kampfkarren/[email protected]"
testez = "roblox/[email protected]"
rbxcloud = "Sleitnick/[email protected]"
4 changes: 2 additions & 2 deletions lib/WidgetTypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export type PlotLines = Widget & {
values: State<{ number }>,
hovered: State<{ number }?>,
},
}
} & Hovered

export type PlotHistogram = Widget & {
Blocks: { Frame },
Expand All @@ -480,7 +480,7 @@ export type PlotHistogram = Widget & {
values: State<{ number }>,
hovered: State<number?>,
},
}
} & Hovered

export type Table = ParentWidget & {
RowColumnIndex: number,
Expand Down
1 change: 1 addition & 0 deletions moonwave.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ classes = ["Internal"]

[docusaurus]
onBrokenMarkdownLinks = "warn"
onBrokenLinks = "ignore"
trailingSlash = false
[docusarus.themeConfig.prism]
additionalLangues = ["lua", "luau", "cpp"]
Expand Down

0 comments on commit c938162

Please sign in to comment.