Closed artemii-yanushevskyi closed 3 days ago
In order to fix https://github.com/codemagic-dev/codemagic/issues/653, I had to adjust order of on ready calls:
setInitialPreference
openActiveCategory
scrollMenuToActive
Adjusting the order allowed to remove duplicate openActiveCategory call.
Scroll to active menu item works for: ✅ YAML menu ✅ Workflow editor menu
let's add
html { scroll-behavior: smooth; }
to main.scss file, to make scroll more smooth
In order to fix https://github.com/codemagic-dev/codemagic/issues/653, I had to adjust order of on ready calls:
setInitialPreference
to set relevant items be displayed in the menuopenActiveCategory
to open active categoryscrollMenuToActive
to scroll to active menu itemAdjusting the order allowed to remove duplicate
openActiveCategory
call.QA locally
Scroll to active menu item works for: ✅ YAML menu ✅ Workflow editor menu