Skip to content

Commit

Permalink
chore: tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 9, 2023
1 parent 959aff2 commit 8c61456
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/Internal/Controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -844,14 +844,9 @@ export default class Controls extends CoreBase {
}

visitReferences(visitor, actions, feedbacks) {
// TODO-coordinate check this for the updated actions
for (const action of actions) {
try {
// page_variable handled by generic options visitor
// bank_variable handled by generic options visitor

// button_pressrelease_if_expression.expression handled by generic options visitor
// button_text.label handled by generic options visitor
// any expression/variables fields are handled by generic options visitor

if (action.action === 'button_pressrelease_condition') {
visitor.visitVariableName(action.options, 'variable')
Expand Down

0 comments on commit 8c61456

Please sign in to comment.