Skip to content

Commit

Permalink
fix channel toopltip to be accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green committed Oct 22, 2023
1 parent 53f5068 commit a744ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/components/individual_sim_ui/apl_actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ const actionKindFactories: {[f in NonNullable<APLActionKind>]: ActionKindConfig<
<ul>
<li>Immediately following a tick of the channel</li>
<li>The <b>Interrupt If</b> condition is <b>True</b></li>
<li>A higher-priority action in the APL list is available</li>
<li>Another action in the APL list is available</li>
</ul>
<p>Note that if you simply want to allow higher-priority actions to interrupt the channel, set <b>Interrupt If</b> to <b>True</b>.</p>
`,
Expand Down

0 comments on commit a744ad0

Please sign in to comment.