You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/managers/ui_components.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -360,6 +360,7 @@ class InvertibleRangeSlider {
360
360
constdiv=document.createElement("div");
361
361
div.innerHTML=this.createDivInnerHTML();
362
362
constslider=div.firstElementChild;
363
+
slider.classList.add('hide-on-edit');
363
364
slider.style.width='100%';
364
365
slider.title=`Set the thresholds for the numeric property: ${StaticUtilities.formatPropsAsTree(this.propID)}\n---\n - Move handles to set min/max (≥ min ∧ ≤ max).\n - Swap handles to invert (≤ min ∨ ≥ max).\n - Double-click to reset.`;
0 commit comments