Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Oct 21, 2024
1 parent 891baa7 commit 05a4c5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/ui-gridtable.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ var table = scene.rexUI.add.gridTable({
// input: 'drag',
// position: 'right',
// gap: undefined,
// hideUnscrollableSlider: false,
// disableUnscrollableDrag: false,
Expand Down
1 change: 1 addition & 0 deletions docs/docs/ui-scrollablepanel.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ var panel = scene.rexUI.add.scrollablePanel({
// input: 'drag',
// position: 'right',
// gap: undefined,
// hideUnscrollableSlider: false,
// disableUnscrollableDrag: false,
Expand Down
1 change: 1 addition & 0 deletions docs/docs/ui-textarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ var textArea = scene.rexUI.add.textArea({
// input: 'drag',
// position: 'right',
// gap: undefined,
// hideUnscrollableSlider: false,
// disableUnscrollableDrag: false,
Expand Down

0 comments on commit 05a4c5d

Please sign in to comment.