Closed Zhwt closed 6 months ago
The SetHighlightedFunc function is missing boundary check, so when clicking outside of available item list, it will panic with out of bound error.
SetHighlightedFunc
https://github.com/rivo/tview/blob/c766eefb3803dc4d478ee18f4c9176918e1c09ac/demos/presentation/main.go#L57-L59
Fixed by checking slice length first.
The
SetHighlightedFunc
function is missing boundary check, so when clicking outside of available item list, it will panic with out of bound error.https://github.com/rivo/tview/blob/c766eefb3803dc4d478ee18f4c9176918e1c09ac/demos/presentation/main.go#L57-L59
Fixed by checking slice length first.