Skip to content

Commit

Permalink
Fix accessing trigger globals also from show expressions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed May 15, 2024
1 parent 81b2864 commit ea48e64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This change log follows the conventions of

## [Unreleased][unreleased]

### Fixed

- The ability to access trigger globals specifically from show expressions was not properly addressed in 7.4.0. They will now work there too.

### Changed

- Added separate builds for macOS, Intel and Apple Silicon, since GitHub changed their default macOS runners to build for Apple Silicon, and that yields applications that can not run at all on Intel macs, even though they run more efficiently on Apple Silicon macs.
Expand Down
2 changes: 1 addition & 1 deletion src/beat_link_trigger/editors.clj
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
(help/user-guide-link "ShowInternals.html#show")
"\">User Guide</a> for details.")}

'trigger-globals {:code 'expressions/globals
'trigger-globals {:code 'beat-link-trigger.expressions/globals
:doc "The expression globals in the Triggers
window, in case you want to share values with
them."}})
Expand Down

0 comments on commit ea48e64

Please sign in to comment.