enable()


Enable the instance.

Syntax
Selectable.enable()

const selectable = new Selectable();

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