## Description This PR adds one of the promised updates to the auto height feature. More specifically, we wanted to add was the ability to see the containers change height as we drag and drop widgets within them instead of after dropping (when auto height is enabled) This PR does that. Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
14 lines
775 B
JSON
14 lines
775 B
JSON
{
|
|
"tabWidget": ".t--draggable-tabswidget",
|
|
"tabInput": ".t--draggable-tabswidget span.t--widget-name",
|
|
"tabName": ".t--property-control-tabs input",
|
|
"tabDefault": ".t--property-control-defaulttab .CodeMirror-code",
|
|
"tabButton": ".t--property-control-tabs button",
|
|
"tabDelete": ".t--property-control-tabs .t--delete-column-btn",
|
|
"tabContainer": ".t--widget-tabswidget",
|
|
"tabEdit": "//input[@value ='tabName']//parent::div//parent::div//following-sibling::div//div[contains(@class,'t--edit-column-btn')]",
|
|
"tabVisibility": ".t--property-control-visible .bp3-control-indicator",
|
|
"tabNumber": ".t--number-of-tabs",
|
|
"deleteTab":"//input[@value ='tabName']//parent::div//parent::div//following-sibling::div//div[contains(@class,'t--delete-column-btn')]"
|
|
}
|