Fix for toolbar rendering issue #1831

This commit is contained in:
DianaXWiki 2025-06-18 16:00:38 +03:00
parent 0c89288f8f
commit 5ea802db8e

View File

@ -1310,6 +1310,10 @@ define([
if (appType !== 'code' && appType !== 'slide') {
$(window).on('resize', updateToolbarVisibility);
updateToolbarVisibility();
// Small delay to ensure the toolbar layout has rendered before checking for wrapping (ex: profile medium screen size)
setTimeout(() => {
updateToolbarVisibility();
}, 10);
}
return {