Add a better description for lateResize

This commit is contained in:
trading_peter 2025-05-09 13:31:56 +02:00
parent 0ddea54621
commit bb5c63fcdc
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -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 },
}; };
} }