Unlock the body and return it to its actual scroll position. Usually called when closing a modal or flyout.

Since
  • 1.0.0
Returns:
Type: 
void
Example
import { bodyLock } from  "@gravityforms/utils";

function Example() {
  bodyLock.unlock();
}

Requires