Initialise the instance after destroying.
const selectable = new Selectable(); // destroy the instance. selectable.destroy(); // later // reinitialise the instance. selectable.init();
Last updated 1 year ago