multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

the name of the initialization method conflicted with another library…

Open TheNephalim opened this issue 2 years ago • 0 comments

… 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 the beforeMoveLeft above the call to the main moveLeft callback. Removed the return before the call to self.callbacks.moveToLeft otherwise the rest of the code in the method is not executed.

TheNephalim avatar Sep 17 '21 21:09 TheNephalim