import { forceDomRender } from '@src/hylo-components/utils/usefull/usefull';
Forces the DOM to rerender the given element. Usefull to fix render issues of the DOM.
Uses the style "transform" of the element and its parent. Any previously set value for "transform" will be unset.
Generated using TypeDoc
import { forceDomRender } from '@src/hylo-components/utils/usefull/usefull';
Forces the DOM to rerender the given element. Usefull to fix render issues of the DOM.
Uses the style "transform" of the element and its parent. Any previously set value for "transform" will be unset.