Unlock the body and return it to its actual scroll position. Usually called when closing a modal or flyout.
- Since
- 1.0.0
- Source
Returns:
- Type:
- void
Example
import { bodyLock } from "@gravityforms/utils";
function Example() {
bodyLock.unlock();
}