diff -u b/core/modules/quickedit/js/quickedit.js b/core/modules/quickedit/js/quickedit.js --- b/core/modules/quickedit/js/quickedit.js +++ b/core/modules/quickedit/js/quickedit.js @@ -273,7 +273,6 @@ // this case, we find the main element of the page and use it as a full // entity ancestor. if (entityElement.length === 0) { - // entityElement = $('main').find(entityElementSelector); entityElement = $('main[role="main"]').find(entityElementSelector); } var entityInstanceID = entityElement