Add a better description for lateResize
This commit is contained in:
parent
0ddea54621
commit
bb5c63fcdc
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tp/tp-splitter",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"description": "",
|
||||
"main": "tp-splitter.js",
|
||||
"scripts": {
|
||||
|
@ -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 },
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user