Skip to content

Commit

Permalink
Show the App as the context in the properties window
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Oct 25, 2023
1 parent 1b0166a commit 74abc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtimePipelineYazzUiTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,7 @@ Pushlist
<div v-bind:style='"border-radius: 3px;padding: 4px;height: 40px;overflow-x:none;white-space:nowrap;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);overflow:hidden ;text-overflow: ellipsis;font-family:verdana,helvetica;font-size: 13px;"'
v-bind:class='(selected_pane == "properties"?"selected_pane_title_slower":"unselected_pane_title_slower") '
v-on:click='selected_pane = "properties";chooseRight("properties");'>
Properties - {{isValidObject(active_component_index)?model.forms[active_form].components[active_component_index].name + " (Component)" : active_form + " (Form)"}}
Properties - {{isValidObject(active_component_index)?model.forms[active_form].components[active_component_index].name + " (Component)" : (model.app_selected?"App":active_form + " (Form)")}}
</div>
Expand Down

0 comments on commit 74abc20

Please sign in to comment.