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
Commented-out code has been removed from the codebase and has found a more appropriate location.
While looking at the text insertion, I noticed a few instances of commented-out code still lingering in the codebase. We should get rid of this, either relying on version control for instances where we need to reference this code in the future or moving it to documentation if it's intended to illustrate functionality for users of the library.
What are the results of this discussion?
Commented-out code has been removed from the codebase and has found a more appropriate location.
While looking at the text insertion, I noticed a few instances of commented-out code still lingering in the codebase. We should get rid of this, either relying on version control for instances where we need to reference this code in the future or moving it to documentation if it's intended to illustrate functionality for users of the library.
A few examples: in insertText and in deleteText
The text was updated successfully, but these errors were encountered: