Closed geri1701 closed 2 years ago
If a new topic is created and the entry made is removed with backspace, a panic occurs. thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0' src/utils/widgets/textinput.rs:459:12
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0' src/utils/widgets/textinput.rs:459:12
Thanks a lot! I fixed it now, I need to clean up the textinput code but for now a quickfix worked.
It'll go live in 0.1.17
If a new topic is created and the entry made is removed with backspace, a panic occurs.
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0' src/utils/widgets/textinput.rs:459:12