Issue #3532249 by anybody, dydave: Fixed JS error 'Uncaught TypeError:...
Issue #3532249 by anybody, dydave: Fixed JS error 'Uncaught TypeError: toolbarElement.querySelector(...) is null' when selected HTML IDs are not found in the page.
@@ -133,7 +133,7 @@ class AdminToolbarSettingsForm extends ConfigFormBase {
$form['hoverintent_behavior']['timeout']=[
'#type'=>'select',
'#title'=>$this->t('hoverIntent timeout (ms)'),
'#field_suffix'=>'milliseconds',
'#field_suffix'=>$this->t('milliseconds'),
'#description'=>$this->t('Sets the hoverIntent trigger timeout (steps of 250).<br>The higher the value, the longer the menu dropdown stays visible, after the mouse moves out (default: 500ms).'),