Add a better description for lateResize

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

View File

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