Skip to content
Snippets Groups Projects
Verified Commit 6abbb851 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3458067 by ahmad khader, anybody, nikathone, manibharathi ezhimalai...

Issue #3458067 by ahmad khader, anybody, nikathone, manibharathi ezhimalai ravi, shivam_tiwari, smustgrave, larowlan, thomas kaisuka, svicer: Fix contextual links disappear intermittently leading to console errors

(cherry picked from commit 0fbf14f1)
parent a9c54fca
No related branches found
No related tags found
6 merge requests!12227Issue #3181946 by jonmcl, mglaman,!12079Issue #3523476 by matthiasm11: Add empty check on operator,!12024Fix: DocBlock comment for return value of Drupal\Core\Database\Connection::transactionManager(),!11974Draft: Issue #3495165 by catch, joeyroth, berdir, texas-bronius: Better warning...,!11934Issue #3520997: DefaultLazyPluginCollection unnecessarily instantiates plugins when sorting collection,!11887Issue #3520065: The migrate Row class API is incomplete
Pipeline #465467 passed
Pipeline: drupal

#465469

    ...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
    instance.options.data.dialogOptions = {}; instance.options.data.dialogOptions = {};
    } }
    instance.options.data.dialogOptions.settingsTrayActiveEditableId = instance.options.data.dialogOptions.settingsTrayActiveEditableId =
    closestSettingsTray.id; closestSettingsTray?.id;
    instance.progress = { type: 'fullscreen' }; instance.progress = { type: 'fullscreen' };
    }); });
    } }
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment