Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 752 Bytes

forceRedraw.md

File metadata and controls

18 lines (13 loc) · 752 Bytes

forceRedraw

Force the element to be painted again in case of visual issues

Parameters

Name Type Description Status Default
$elm { HTMLElement } The HTMLElement to force the redraw on required

Return { HTMLElement } The HTMLElement to maintain chainability

Example

	import forceRedraw from 'coffeekraken-sugar/js/dom/forceRedraw'
forceRedraw($elm)

Author : Olivier Bossel [email protected] https://olivierbossel.com