Skip to content

Commit

Permalink
fix channel toopltip to be accurate (#3938)
Browse files Browse the repository at this point in the history
* fix channel toopltip to be accurate

* wording adjustment
  • Loading branch information
lime-green authored Oct 22, 2023
1 parent 53f5068 commit e12724b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/core/components/individual_sim_ui/apl_actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,10 @@ const actionKindFactories: {[f in NonNullable<APLActionKind>]: ActionKindConfig<
<p>The channel will be interrupted only if all of the following are true:</p>
<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>The <b>Interrupt If</b> condition evaluates to <b>True</b></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>
<p>Note that if you simply want to allow other actions to interrupt the channel, set <b>Interrupt If</b> to <b>True</b>.</p>
`,
newValue: () => APLActionChannelSpell.create({
interruptIf: {
Expand Down

0 comments on commit e12724b

Please sign in to comment.