nebular icon indicating copy to clipboard operation
nebular copied to clipboard

refactor: replace deprecated String.prototype.substr()

Open CommanderRoot opened this issue 3 years ago • 0 comments

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

String.prototype.substr() is deprecated so we replace it with String.prototype.slice() which works similarily but isn't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so it doesn't hurt to do it.

CommanderRoot avatar Mar 22 '22 15:03 CommanderRoot