postpone addTooltipsToEllipsized more to avoid accidental layout
This commit is contained in:
parent
afbee9d68f
commit
8c5ad8fe4b
|
@ -46,7 +46,7 @@ $$.remove = (selector, base = document) => {
|
|||
}
|
||||
};
|
||||
// enqueue after DOMContentLoaded/load events
|
||||
setTimeout(addTooltipsToEllipsized);
|
||||
setTimeout(addTooltipsToEllipsized, 500);
|
||||
// throttle on continuous resizing
|
||||
let timer;
|
||||
window.addEventListener('resize', () => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user