• Joaquim Rocha's avatar
    frontend: Reset plugins state before initializing them · b1403a4b
    Joaquim Rocha authored
    We had an issue related to re-initializing the plugins when they've
    already be initialized, this ended up re-registering the same plugin
    functionality and thus would result in getting duplicated sections
    and potentially other issues.
    
    While re-initialization of plugins should be avoided altogether, the
    logic for initializing them should make sure the plugins and their
    states are reset before initialization which is what this patch does.
    b1403a4b