Issue #3350972 by nod_: [random test failure] DrupalTestslayout_builderFunctionalJavascriptLayoutBuilderUiTest::testReloadWithNoSections

(cherry picked from commit 8ea9e1c385)
merge-requests/3810/head
Lauri Eskola 2023-04-05 11:22:50 +03:00 committed by xjm
parent 3bfc9d1ab7
commit b32909a6bf
No known key found for this signature in database
GPG Key ID: 206B0B8743BDF4C2
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
.on(
'resize.off-canvas',
eventData,
debounce(Drupal.offCanvas.resetSize, 100),
debounce(Drupal.offCanvas.resetSize, 100, true),
)
.trigger('resize.off-canvas');
},