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