Make sure your Group Focus has “this element is visible on page load” off
Create 2 new workflows for the Pen Icon.
3.1 “When this icon is pressed” (ONLY WHEN: Group Focus is not visible): Show Group Focus.
3.2 “When this icon is pressed” (ONLY WHEN: Group Focus is visible): Hide Group Focus
so - change my instructions from “Group Focus” to “Reusable Element”
3.1 “When this icon is pressed” (ONLY WHEN: Reusable Element s is not visible): Show Group Focus.
3.2 “When this icon is pressed” (ONLY WHEN: Reusable Element is visible): Hide Group Focus
(that’s what I meant to write originally, anyways )
Did @ChefThomas solution work? If not this would be my approach:
What you need is for the pen icon to be inside the reusable element. Then you have your “on click” event within the reusable element and use the toggle workflow.
However… the “toggle” group focus feature has been notoriously buggy across browsers. So I had to use a workaround (suggested by @steve3 in this thread). You can follow along in the demo here.