You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
The addNewBlock function never adds a new block. If the current block has length 0, then it will merge the designated contents into the current block- but if the length is not 0, then no new block is added and the state is not updated.
The
addNewBlock
function never adds a new block. If the current block has length 0, then it will merge the designated contents into the current block- but if the length is not 0, then no new block is added and the state is not updated.The offending function is here:
I propose that we update the function so that
addNewBlockAt
is invoked if the current block has length greater than zero.The text was updated successfully, but these errors were encountered: