Skip to content
Snippets Groups Projects
Commit 38745547 authored by catch's avatar catch
Browse files

Issue #2924365 by yo30, gaurav.kapoor, xjm: Wrap JS comments in Settings Tray to 80 character limit

parent e9b1184d
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -195,9 +195,9 @@ ...@@ -195,9 +195,9 @@
}); });
/** /**
* Bind a listener to all 'Quick edit' links for blocks. Click "Edit" button * Bind a listener to all 'Quick edit' links for blocks. Click "Edit"
* in toolbar to force Contextual Edit which starts Settings Tray edit * button in toolbar to force Contextual Edit which starts Settings Tray
* mode also. * edit mode also.
*/ */
data.$el.find(blockConfigureSelector) data.$el.find(blockConfigureSelector)
.on('click.settingstray', () => { .on('click.settingstray', () => {
...@@ -222,7 +222,8 @@ ...@@ -222,7 +222,8 @@
}); });
/** /**
* Toggle the js-settings-tray-edit-mode class on items that we want to disable while in edit mode. * Toggle the js-settings-tray-edit-mode class on items that we want to
* disable while in edit mode.
* *
* @type {Drupal~behavior} * @type {Drupal~behavior}
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment