Issue #3350972 by nod_: [random test failure] DrupalTestslayout_builderFunctionalJavascriptLayoutBuilderUiTest::testReloadWithNoSections
(cherry picked from commit 8ea9e1c385
)
merge-requests/3810/head
parent
3bfc9d1ab7
commit
b32909a6bf
|
@ -143,7 +143,7 @@
|
||||||
.on(
|
.on(
|
||||||
'resize.off-canvas',
|
'resize.off-canvas',
|
||||||
eventData,
|
eventData,
|
||||||
debounce(Drupal.offCanvas.resetSize, 100),
|
debounce(Drupal.offCanvas.resetSize, 100, true),
|
||||||
)
|
)
|
||||||
.trigger('resize.off-canvas');
|
.trigger('resize.off-canvas');
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue