Skip to content

Commit

Permalink
Can edit the app functions directly from the property window now
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Oct 20, 2023
1 parent 329aa87 commit 0e9213b
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 @@ -2322,7 +2322,7 @@ Pushlist
<div v-if="(property.type == 'Event') || ((property.type == 'Action_old') && isValidObject(property.fn)) "
<div v-if="(property.type == 'Event') || ((property.type == 'Action_old') && isValidObject(property.fn)) || (model.app_selected && (property.type == 'Action'))"
style="width:100%">
<div style='margin-top:2px;margin-bottom:2px;border-right: 2px solid gray;border-bottom: 2px solid gray;background-color: darkgray;float: right; padding:0px; padding-right:5px;padding-left:20px;height: 20px;color: white;border-radius: 3px;font-family:verdana,helvetica;font-size: 13px;font-style:bold;'
Expand Down

0 comments on commit 0e9213b

Please sign in to comment.