1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 02:09:22 +02:00
This commit is contained in:
Daniel Neto 2023-07-31 11:55:57 -03:00
parent 399c635d3b
commit 29ea6b8291

View file

@ -224,7 +224,7 @@ async function YPTSidebarOpen() {
var flickityEnabledElements = $('.flickity-enabled');
if (flickityEnabledElements.data('flickity')) {
// Execute the 'reposition' method only if Flickity is enabled
flickityEnabledElements.flickity('reposition');
flickityEnabledElements.flickity('resize');
}
}, 500);
}, 500);