diff --git a/lib/Internal/Controls.js b/lib/Internal/Controls.js index d1e8857e25..f2993be01e 100644 --- a/lib/Internal/Controls.js +++ b/lib/Internal/Controls.js @@ -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')