parthbcharya → made their first commit to this issue’s fork.
✨ | Experience Builder | Selecting a component in the preview should expand the layer in the layers panel
refactored the code and enabled expanding of layers upon selecting the component. currently working on the test case.
✨ | Experience Builder | Selecting a component in the preview should expand the layer in the layers panel
I am working to debug the issue. Possible a boolean value is being stringified when parsing the twig template to jsx
parthbcharya → made their first commit to this issue’s fork.
working on the e2e test cases
What’s been done:
- Track Navigation: I’ve written the script to capture the current page’s URL on every page load.
- Store in Session Storage: The captured URL is then saved to the sessionStorage to track the user's navigation within the same session.
- Trigger on Load: The script is triggered by default on page load to ensure that the URL is captured and store
Working on eliminating reliance on the Referer header for "Back" link functionality