Add a better description for lateResize
This commit is contained in:
@@ -59,7 +59,7 @@ class TpVSplitter extends LitElement {
|
||||
rightHidden: { type: Boolean },
|
||||
dragging: { type: Boolean },
|
||||
minSideWidth: { type: Number },
|
||||
lateResize: { type: Boolean },
|
||||
lateResize: { type: Boolean }, // if true, the panels will not be reized until the dragging is finished.
|
||||
initialLeftWidth: { type: String },
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user