Robert
Robert
… that used the same name; changed the initialization method name so it no longer conflicted with the other library. updated the code for moveLeft - moved the code calling...
According to the documentation, when defining the event handler for onSelectAll there should be an options parameter available. The following is taken from my code: const hullSelectElement = document.getElementById("mail-setting-hulls"); let...
updated the code for moveLeft - moved the code calling the beforeMoveLeft above the call to the main moveLeft callback. Removed the return before the call to self.callbacks.moveToLeft otherwise the...