Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb869c commit c69b5bdCopy full SHA for c69b5bd
cms/static/cms/js/modules/cms.plugins.js
@@ -2231,12 +2231,10 @@ Plugin._highlightPluginContent = function _highlightPluginContent(
2231
}
2232
};
2233
2234
-Plugin._clickToHighlightHandler = function _clickToHighlightHandler(e) {
+Plugin._clickToHighlightHandler = function _clickToHighlightHandler() {
2235
if (CMS.settings.mode !== 'structure') {
2236
return;
2237
2238
- e.preventDefault();
2239
- e.stopPropagation();
2240
// FIXME refactor into an object
2241
CMS.API.StructureBoard._showAndHighlightPlugin(200, true); // eslint-disable-line no-magic-numbers
2242
0 commit comments