enable()


Enable the instance.

Syntax
Nestable.enable()

const instance = new Nestable("#myList");

// enable the instance.
instance.enable();