v4.5.6
This version includes addition of two new arguments to the code block events.
Added
- Two new arguments to
onCopyCodeToClipboard
andonCodeInsertToCursorPosition
events which arecodeBlockIndex
andtotalCodeBlocks
. With this addition, you can now understand that what is the order of the code block inside that message and how many code blocks that message contains when user clicks one of theCopy
orInsert at cursor
buttons.
Updated
- Documentation for newly added arguments
Demo app
- Added
codeBlockIndex
andtotalCodeBlocks
to console logger block for copy and insert events.