JS: use slice() instead of splice()
slice() does the same as splice() without the unintended effect of transforming the array.
This commit is contained in:
1
TODO.md
1
TODO.md
@@ -45,7 +45,6 @@
|
||||
|
||||
- Fixes
|
||||
- Newlines and quote after newline in room subtitle
|
||||
- Remove usage of `splice()`
|
||||
- Event delegates changing height don't scroll the list
|
||||
- When selecting text and scrolling up, selection stops working after a while
|
||||
- Ensure all the text that should be copied is copied
|
||||
|
Reference in New Issue
Block a user