Skip to content

Commit

Permalink
fix(bug): properties-panel-issue-on-deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Darshan808 committed May 10, 2024
1 parent 4d0b8de commit c5f15be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Panels/PropertiesPanel/PropertiesPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ function showPropertiesPanel() {
if (toRaw(propertiesPanelObj.value) == simulationArea.lastSelected) return
prevPropertyObjSet(simulationArea.lastSelected)
propertiesPanelObj.value = simulationArea.lastSelected
if(simulationArea.lastSelected.newElement) {
simulationArea.lastSelected.label = ""
}
// there are 3 types of panel body for Properties Panel
// depending upon which is last selected
// 1. Properties Panel in Layout mode
Expand Down

0 comments on commit c5f15be

Please sign in to comment.