• Himanshu Kapoor's avatar
    Fix regression introduced due to keep-alive · 437a3edc
    Himanshu Kapoor authored
    Due to the left sidebar components in the Web IDE being
    kept alive, a regression was introduced because kept alive
    components don't trigger the `mounted` life cycle hook. So move
    the logic to `activated` hook, while also keeping it in the `mounted`
    hook (for the first render).
    437a3edc
repo_commit_section.vue 1.98 KB