Skip to content

Commit baa1b79

Browse files
committed
cleaned code
1 parent ac69981 commit baa1b79

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/controls.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ export class URDFControls extends GUI {
218218

219219
/**
220220
* Sets up panel resizing functionality
221+
* @param minWidth - Minimum width of the panel
222+
* @param maxWidth - Maximum width of the panel
223+
* @param grabZoneWidth - Width of the area where the mouse can be clicked
221224
*/
222225
private _setupResizeHandling(options: {
223226
minWidth: number;

style/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@
144144
/* Style for Dat.GUI's close button */
145145
.urdf-gui .close-button {
146146
width: 100% !important;
147-
color: white !important; /* This doesn't used a predefined color */
147+
color: white !important;
148148
position: absolute;
149149
}

0 commit comments

Comments
 (0)