postpone addTooltipsToEllipsized more to avoid accidental layout

This commit is contained in:
tophf 2017-12-26 06:38:17 +03:00
parent afbee9d68f
commit 8c5ad8fe4b

View File

@ -46,7 +46,7 @@ $$.remove = (selector, base = document) => {
} }
}; };
// enqueue after DOMContentLoaded/load events // enqueue after DOMContentLoaded/load events
setTimeout(addTooltipsToEllipsized); setTimeout(addTooltipsToEllipsized, 500);
// throttle on continuous resizing // throttle on continuous resizing
let timer; let timer;
window.addEventListener('resize', () => { window.addEventListener('resize', () => {